Updated the README to have a little information on dependencies.

This commit is contained in:
Aloshi 2012-07-19 20:24:24 -05:00
parent 42a39c52e6
commit b96ee8c627

View file

@ -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".