docs: try to fix build command to make a release build!

This commit is contained in:
Eric Wasylishen 2016-06-17 21:00:19 -06:00
parent 1a606ca515
commit 6bb6cf5717
1 changed files with 2 additions and 1 deletions

View File

@ -53,10 +53,11 @@ Typical build command:
``` ```
mkdir build mkdir build
cd build cd build
cmake .. cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release cmake --build . --config Release
cpack . cpack .
``` ```
## Credits ## Credits
- Kevin Shanahan (AKA Tyrann) for the original [tyrutils](http://disenchant.net/utils) - Kevin Shanahan (AKA Tyrann) for the original [tyrutils](http://disenchant.net/utils)