From 4e6746d60d9e165217849a19e8ffaacf258c4640 Mon Sep 17 00:00:00 2001 From: voidref Date: Thu, 20 Feb 2014 23:34:05 -0800 Subject: [PATCH] Update build-osx.md Formatting tweak --- doc/build-osx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.