mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 06:00:06 +00:00
Running without installing: add dedicated room
parent
ef6e97f7e9
commit
03eab3a93b
@ -92,7 +92,7 @@ sudo make install (optional)
|
||||
|
||||
### Running without installing:
|
||||
|
||||
After building, the binaries `citra` and `citra-qt` (depending on your build options) will end up in `build/bin/`.
|
||||
After building, the binaries `citra`, `citra-qt` and `citra-room` (depending on your build options) will end up in `build/bin/`.
|
||||
|
||||
```
|
||||
# SDL
|
||||
@ -102,6 +102,10 @@ cd build/bin/
|
||||
# Qt
|
||||
cd build/bin/
|
||||
./citra-qt
|
||||
|
||||
# Dedicated room
|
||||
cd build/bin/
|
||||
./citra-room
|
||||
```
|
||||
|
||||
### Debugging:
|
||||
|
Loading…
Reference in New Issue
Block a user