mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update CompileHowto.md
This commit is contained in:
parent
f8b316285c
commit
e09b37d514
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user