data dir does not exist

ProfessorKaos64 2016-09-22 14:53:59 -04:00
parent 195f1f074e
commit d3a43cfdd1

@ -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: