mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Updated the README to have a little information on dependencies.
This commit is contained in:
parent
42a39c52e6
commit
b96ee8c627
12
README.md
12
README.md
|
@ -1,4 +1,14 @@
|
||||||
EmulationStation
|
EmulationStation
|
||||||
================
|
================
|
||||||
|
|
||||||
A simple front-end for the RetroArch emulator, designed for controller navigation.
|
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
|
||||||
|
|
||||||
|
You can build it by just typing "make".
|
Loading…
Reference in a new issue