mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
6c5edd3284
An example system config file will be created at runtime if one does not exist. |
||
---|---|---|
src | ||
.gitignore | ||
LinLibertine_R.ttf | ||
Makefile | ||
README.md |
EmulationStation
A simple front-end for emulators made with SDL, designed for controller navigation. Developed for use with the Raspberry Pi and RetroArch.
Building
EmulationStation has a few dependencies. For building, you'll probably need libsdl1.2-dev
, libsdl-ttf2.0-dev
, and libboost-filesystem-dev
.
You can build it by just running make
.
Configuring
At the moment, the software looks for a file named "systems.cfg" in the directory it is run from. An example is included.