docs: try to fix build command to make a release build!
This commit is contained in:
parent
1a606ca515
commit
6bb6cf5717
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue