Updated readme forat

This commit is contained in:
Arches 2016-12-13 15:20:16 +01:00
parent b081afa286
commit be7b029bd2
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@ etcd-cpp-api is a C++ API for [etcd]
## Requirements ## Requirements
1. Build Boost Library(http://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.html) 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 * The above command will only compile those libraries indicated, thus it takes less time to build boost
2. Build Casablanca: 2. Build Casablanca: