Update CompileHowto.md

This commit is contained in:
brindosch 2017-03-14 00:39:05 +01:00 committed by GitHub
parent f8b316285c
commit e09b37d514
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@ To generate make files on OS X:
After which you can run cmake with the correct qt5 path:
```
export QVER=$(find /usr/local/Cellar/qt5 -type d -name "5.*" | sort -n | head -n1)
cmake -DCMAKE_PREFIX_PATH=$QVER -DCMAKE_BUILD_TYPE=Release ..```
cmake -DCMAKE_PREFIX_PATH=$QVER -DCMAKE_BUILD_TYPE=Release ..
```
### Run make to build Hyperion
The `-j $(nproc)` specifies the amount of CPU cores to use.
```bash