README: update cmake commands
using cmake --build is more cross platform and independent of the used generator/compiler
This commit is contained in:
parent
df8fdb277b
commit
bff663c407
1 changed files with 3 additions and 5 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue