mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Updated readme.
This commit is contained in:
parent
a801ad7505
commit
bdc7246ee5
|
@ -7,6 +7,11 @@ A simple front-end for emulators made with SDL, designed for controller navigati
|
|||
Building
|
||||
========
|
||||
|
||||
EmulationStation has a few dependencies. For building, you'll probably need `libsdl1.2-dev` and `libsdl-ttf2.0-dev`.
|
||||
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, though at the moment only one system should be defined.
|
||||
|
|
Loading…
Reference in a new issue