diff --git a/doc/build-osx.md b/doc/build-osx.md index c6967e31f..c3dac510d 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -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.