data dir does not exist
parent
195f1f074e
commit
d3a43cfdd1
1 changed files with 7 additions and 2 deletions
|
@ -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>/`.
|
||||
|
||||
```
|
||||
cd data
|
||||
../build/src/citra_qt/citra-qt
|
||||
# SDL
|
||||
cd build/src/citra/
|
||||
./citra
|
||||
|
||||
# Qt
|
||||
cd build/src/citra_qt/
|
||||
./citra-qt
|
||||
```
|
||||
|
||||
### Debugging:
|
||||
|
|
Loading…
Reference in a new issue