Add ALSA package to dependency list.

Change name of example config from "NES" to "nes".
This commit is contained in:
Aloshi 2013-08-28 14:39:29 -05:00
parent 268b918c46
commit 044619a2d3
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -258,8 +258,8 @@ void SystemData::writeExampleConfig(const std::string& path)
" <!-- Here's an example system to get you started. -->\n"
" <system>\n"
"\n"
" <!-- A short name, used internally. -->\n"
" <name>NES</name>\n"
" <!-- A short name, used internally. Traditionally lower-case. -->\n"
" <name>nes</name>\n"
"\n"
" <!-- A \"pretty\" name, displayed in the header and such. -->\n"
" <fullname>Nintendo Entertainment System</fullname>\n"