mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
snes | ||
src | ||
.gitignore | ||
LinLibertine_R.ttf | ||
Makefile | ||
README.md | ||
systems.cfg |
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
and libsdl-ttf2.0-dev
.
You can build it by just running make
.