Update build-osx.md

Formatting tweak
This commit is contained in:
voidref 2014-02-20 23:34:05 -08:00
parent c26399bc56
commit 4e6746d60d

View File

@ -114,8 +114,8 @@ For boost in dogecoin, there are some fun things you have to do:
* download boost from source
./bootstrap.sh
./b2 --toolset=clang cxxflags="-stdlib=libstdc++" linkflags="-stdlib=libstdc++" variant=release link=static threading=multi runtime-link=static --build-dir=build --build-type=minimal stage --with-program_options --with-system --with-filesystem --with-chrono --with-thread
./bootstrap.sh
./b2 --toolset=clang cxxflags="-stdlib=libstdc++" linkflags="-stdlib=libstdc++" variant=release link=static threading=multi runtime-link=static --build-dir=build --build-type=minimal stage --with-program_options --with-system --with-filesystem --with-chrono --with-thread
* link the statics to /usr/local/lib/
* make sure the headers for boost are in /usr/local/include/boost or linked from there.