mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +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
|
||||
================
|
||||
|
||||
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