From aaf51abea318a5ec2c7f6cfad84cf7ec21e5aa8b Mon Sep 17 00:00:00 2001 From: Jennifer Hasegawa Date: Mon, 11 Mar 2019 15:26:48 -0700 Subject: [PATCH] mac tut: fix boost steps --- .../installation/build-run-rippled-macos.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md b/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md index f278b633ed..566b052e85 100644 --- a/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md +++ b/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md @@ -32,6 +32,7 @@ For development purposes Ripple recommends running `rippled` as your own user, n 3. In a terminal, run: + cd /LOCATION/OF/YOUR/BOOST/DIRECTORY ./bootstrap.sh ./b2 cxxflags="-std=c++14"