From be7b029bd2a497fff4d1098e02a729a634dabe18 Mon Sep 17 00:00:00 2001 From: Arches Date: Tue, 13 Dec 2016 15:20:16 +0100 Subject: [PATCH] Updated readme forat --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d4375..524ea6e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ etcd-cpp-api is a C++ API for [etcd] ## Requirements 1. Build Boost Library(http://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.html) - * You can use: ./bootstrap.sh --with-libraries=system,thread,locale,random,chrono,regex,filesystem + * You can use: + ``` + ./bootstrap.sh --with-libraries=system,thread,locale,random,chrono,regex,filesystem + ./b2 install + ``` * The above command will only compile those libraries indicated, thus it takes less time to build boost 2. Build Casablanca: