README: update cmake commands

using cmake --build is more cross platform and independent of the used generator/compiler
This commit is contained in:
NeroBurner 2019-10-23 20:36:11 +00:00 committed by Reinhold Gschweicher
commit bff663c407

View file

@ -65,13 +65,11 @@ brew install openssl boost
Compile with a C++11 compliant compiler:
```sh
mkdir build
cd build
cmake ..
make
cd ..
cmake -H. -Bbuild
cmake --build build
```
### HTTP
Run the server and client examples: `./build/http_examples`