Fix minor OSX errors in the OSX build documentation.

This commit is contained in:
Wayne Stambaugh 2014-10-07 15:15:17 -04:00
parent bfab279a43
commit 0b2cadbcca
1 changed files with 5 additions and 5 deletions

View File

@ -77,9 +77,9 @@ It's recommended to use the latest stable (at the time of this writing 3.0.1) ve
Apply the patches needed for KiCad: Apply the patches needed for KiCad:
# cd wx-src # cd wx-src
# patch -p0 ../kicad/patches/wxwidgets-3.0.0_macosx.patch # patch -p0 < ../kicad/patches/wxwidgets-3.0.0_macosx.patch
# patch -p0 ../kicad/patches/wxwidgets-3.0.0_macosx_bug_15908.patch # patch -p0 < ../kicad/patches/wxwidgets-3.0.0_macosx_bug_15908.patch
# patch -p0 ../kicad/patches/wxwidgets-3.0.0_macosx_soname.patch # patch -p0 < ../kicad/patches/wxwidgets-3.0.0_macosx_soname.patch
Configure: Configure:
# cd .. # cd ..
@ -100,8 +100,8 @@ Configure:
--with-expat=builtin \ --with-expat=builtin \
--without-liblzma \ --without-liblzma \
--with-macosx-version-min=10.5 \ --with-macosx-version-min=10.5 \
CPPFLAGS="-stdlib=libstdc++ \ CPPFLAGS="-stdlib=libstdc++" \
LDFLAGS="-stdlib=libstdc++ \ LDFLAGS="-stdlib=libstdc++" \
CC=clang \ CC=clang \
CXX=clang++ CXX=clang++