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
Apply the patches needed for KiCad:
# cd wx-src
# 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_soname.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_soname.patch
Configure:
# cd ..
......@@ -100,8 +100,8 @@ Configure:
--with-expat=builtin \
--without-liblzma \
--with-macosx-version-min=10.5 \
CPPFLAGS="-stdlib=libstdc++ \
LDFLAGS="-stdlib=libstdc++ \
CPPFLAGS="-stdlib=libstdc++" \
LDFLAGS="-stdlib=libstdc++" \
CC=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