From b96ee8c62771993b4e19e7680d8442d99b7ffb77 Mon Sep 17 00:00:00 2001 From: Aloshi Date: Thu, 19 Jul 2012 20:24:24 -0500 Subject: [PATCH 1/2] Updated the README to have a little information on dependencies. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c70c5dcb7..89ef479ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ EmulationStation ================ -A simple front-end for the RetroArch emulator, designed for controller navigation. \ No newline at end of file +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". \ No newline at end of file From 810597c6d9ffe18f6557b0ee9f1273b290790802 Mon Sep 17 00:00:00 2001 From: Aloshi Date: Thu, 19 Jul 2012 20:29:46 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 89ef479ef..95abad445 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ 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 --libsdl-ttf2.0-dev +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 typing "make". \ No newline at end of file +You can build it by just running `make`. \ No newline at end of file