data dir does not exist
@@ -75,8 +75,13 @@ make
|
|||||||
After building, the binaries `citra` and `citra-qt` (depending on your build options) will end up in `build/src/<binary_name>/`.
|
After building, the binaries `citra` and `citra-qt` (depending on your build options) will end up in `build/src/<binary_name>/`.
|
||||||
|
|
||||||
```
|
```
|
||||||
cd data
|
# SDL
|
||||||
../build/src/citra_qt/citra-qt
|
cd build/src/citra/
|
||||||
|
./citra
|
||||||
|
|
||||||
|
# Qt
|
||||||
|
cd build/src/citra_qt/
|
||||||
|
./citra-qt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Debugging:
|
### Debugging:
|
||||||
|
|||||||
Reference in New Issue
Block a user