Running without installing: add dedicated room
@@ -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:
|
||||
|
Reference in New Issue
Block a user