mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Add ALSA package to dependency list.
Change name of example config from "NES" to "nes".
This commit is contained in:
parent
268b918c46
commit
044619a2d3
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue