mirror of
https://github.com/yuzu-emu/yuzu
synced 2024-11-24 15:48:29 +00:00
Adds hint about make parameter
parent
a23982cdf4
commit
308caeec9f
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ cmake ../
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
Note: you can use **make -jN** where N is the number of processors available to accelerate the building
|
||||||
|
|
||||||
Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable the Qt GUI).
|
Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable the Qt GUI).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue