mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 12:30:06 +00:00
Fixed with cmake ../ line corrected
parent
98a9a08bca
commit
d6773a8481
@ -37,7 +37,7 @@ The `--recursive` option automatically clones the required Git submodules too.
|
|||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake ../
|
cmake ../
|
||||||
make
|
make
|
||||||
sudo make install (currently doesn't work, needs to be fixed)
|
sudo make install
|
||||||
```
|
```
|
||||||
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 New Issue
Block a user