mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 22:00:06 +00:00
No need to note this, noted in below section, add noted binary paths
parent
90cf8d9e00
commit
195f1f074e
@ -54,8 +54,6 @@ make
|
|||||||
sudo make install (currently doesn't work, needs to be fixed)
|
sudo make install (currently doesn't work, needs to be fixed)
|
||||||
```
|
```
|
||||||
|
|
||||||
The binary `citra` will end up in `./build/src/citra`.
|
|
||||||
|
|
||||||
### Building Citra (Optimized):
|
### Building Citra (Optimized):
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -74,6 +72,8 @@ make
|
|||||||
|
|
||||||
### Running without installing:
|
### Running without installing:
|
||||||
|
|
||||||
|
After building, the binaries `citra` and `citra-qt` (depending on your build options) will end up in `build/src/<binary_name>/`.
|
||||||
|
|
||||||
```
|
```
|
||||||
cd data
|
cd data
|
||||||
../build/src/citra_qt/citra-qt
|
../build/src/citra_qt/citra-qt
|
||||||
|
Loading…
Reference in New Issue
Block a user