Add po4a to the command installing dependencies

There is an one-line command in the INSTALL.md for Ubuntu/Debian users which
installs all dependencies. po4a was listed above it, but it wasn't in the command itself.
dev-mp
MrSimbax 2014-08-24 20:56:12 +02:00
parent e4d52d9afb
commit 80bb585778
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ You will need:
On Ubuntu (and probably any other Debian-based system), you can use the following command to install all required packages:
```
$ apt-get install build-essential cmake libsdl1.2debian libsdl1.2-dev libsdl-image1.2 libsdl-image1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsndfile1-dev libvorbis-dev libogg-dev libpng12-dev libglew-dev libopenal-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-regex-dev git
$ apt-get install build-essential cmake libsdl1.2debian libsdl1.2-dev libsdl-image1.2 libsdl-image1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsndfile1-dev libvorbis-dev libogg-dev libpng12-dev libglew-dev libopenal-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-regex-dev git po4a
```
Make sure you install the packages along with header files (often distributed in separate *-dev packages). If you miss any requirements,