Added a note about the Retina OpenGL patch.
This commit is contained in:
parent
a5367391a9
commit
162ac38639
|
@ -119,6 +119,9 @@ also work. If you do so, be sure to apply the patches needed for KiCad:
|
|||
# patch -p0 < ../kicad/patches/wxwidgets-3.0.0_macosx_soname.patch
|
||||
The same patches apply both for wxWidgets and for wxPython.
|
||||
|
||||
There is also an optional patch that enables full screen resolution on Retina displays:
|
||||
# patch -p0 < ../kicad/patches/wxwidgets-3.0.2_macosx_retina_opengl.patch
|
||||
|
||||
The script uses the following configure command/options for wxWidgets known to
|
||||
work:
|
||||
# ../wx-src/configure \
|
||||
|
|
Loading…
Reference in New Issue