mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 17:50:05 +00:00
Received error with just .. , ../ fixed command
parent
6a97d9549b
commit
98a9a08bca
@ -35,7 +35,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 (currently doesn't work, needs to be fixed)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user