docs: update build command to use cmake --build

This commit is contained in:
Eric Wasylishen 2016-06-17 17:31:23 -06:00
parent dabb94627b
commit 7a86d60744
1 changed files with 2 additions and 2 deletions

View File

@ -49,12 +49,12 @@ Tested on:
- OS X 10.11 / Xcode 7.3
- Windows 10 / Visual Studio 2015 Community
Typical Unix build command:
Typical build command:
```
mkdir build
cd build
cmake ..
make
cmake --build . --config Release
```
## Credits