No need to note this, noted in below section, add noted binary paths
@@ -54,8 +54,6 @@ make
|
||||
sudo make install (currently doesn't work, needs to be fixed)
|
||||
```
|
||||
|
||||
The binary `citra` will end up in `./build/src/citra`.
|
||||
|
||||
### Building Citra (Optimized):
|
||||
|
||||
```
|
||||
@@ -74,6 +72,8 @@ make
|
||||
|
||||
### 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
|
||||
../build/src/citra_qt/citra-qt
|
||||
|
||||
Reference in New Issue
Block a user