mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-01-19 13:35:37 +00:00
wiki
This commit is contained in:
parent
e337ac1c3d
commit
427af25d0b
|
@ -10,10 +10,15 @@ This can be publicly tested and if it's stable will be merged in the main branch
|
||||||
|
|
||||||
## How to build RetroDECK?
|
## How to build RetroDECK?
|
||||||
|
|
||||||
Git clone the latest cooker branch and run:
|
Git clone the latest cooker branch or any of the cooker feature branches and run.
|
||||||
|
|
||||||
`./build-locally.sh`
|
`./build-locally.sh`
|
||||||
|
|
||||||
|
### Feature branches
|
||||||
|
|
||||||
|
Sometimes adding a new big component to RetroDECK warrants a feature branch from that could later be merged into the main cooker branch to keep the issues related to the feature contained.
|
||||||
|
Talk to the RetroDECK development team if you have a need to make a new feature branch for a new bigger component such as adding a new system, emulator or a major feature.
|
||||||
|
|
||||||
## Debug Mode
|
## Debug Mode
|
||||||
It's possible to enter in a sort of debug mode, it's actually the flatpak shell.
|
It's possible to enter in a sort of debug mode, it's actually the flatpak shell.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue