From 162ac386398c0cd4d8c95d1d4cb57ff6e599e1aa Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Thu, 21 May 2015 11:15:35 +0200 Subject: [PATCH] Added a note about the Retina OpenGL patch. --- Documentation/compiling/mac-osx.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/compiling/mac-osx.txt b/Documentation/compiling/mac-osx.txt index c36abe4354..0382ceda20 100644 --- a/Documentation/compiling/mac-osx.txt +++ b/Documentation/compiling/mac-osx.txt @@ -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 \