From 044619a2d3557286b961536a4a87a50cc0a06314 Mon Sep 17 00:00:00 2001 From: Aloshi Date: Wed, 28 Aug 2013 14:39:29 -0500 Subject: [PATCH] Add ALSA package to dependency list. Change name of example config from "NES" to "nes". --- README.md | 2 +- src/SystemData.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44cde268e..f0638b909 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ EmulationStation has a few dependencies. For building, you'll need SDL2, Boost.S **On Linux:** All of this be easily installed with apt-get: ``` -sudo apt-get install libsdl2-dev libboost-system-dev libboost-filesystem-dev libfreeimage-dev libfreetype6-dev libeigen3-dev ttf-dejavu +sudo apt-get install libsdl2-dev libboost-system-dev libboost-filesystem-dev libfreeimage-dev libfreetype6-dev libeigen3-dev ttf-dejavu libasound2-dev ``` On "desktop" Linux (that is, *not* the Raspberry Pi), you'll also need OpenGL. Try installing the MESA development package with: diff --git a/src/SystemData.cpp b/src/SystemData.cpp index ab99eafae..bdc7d2ecc 100644 --- a/src/SystemData.cpp +++ b/src/SystemData.cpp @@ -258,8 +258,8 @@ void SystemData::writeExampleConfig(const std::string& path) " \n" " \n" "\n" - " \n" - " NES\n" + " \n" + " nes\n" "\n" " \n" " Nintendo Entertainment System\n"