Commit 0b2cadbc authored by Wayne Stambaugh's avatar Wayne Stambaugh

Fix minor OSX errors in the OSX build documentation.

parent bfab279a
...@@ -77,9 +77,9 @@ It's recommended to use the latest stable (at the time of this writing 3.0.1) ve ...@@ -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: ...@@ -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++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment