summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorkoocotte <seb.github@koocotte.org>2014-09-02 21:02:40 +0200
committerkrzys-h <krzys_h@interia.pl>2014-09-02 23:15:56 +0200
commit7557b888bc8cb1b1de4dd1b330a81cd5ac50af04 (patch)
treeccce9235408d962dc6dd1f33f982c13245a376c6 /INSTALL.md
parent80bb5857784b4b2085c4bba7a22cc9627ca66725 (diff)
downloadcolobot-7557b888bc8cb1b1de4dd1b330a81cd5ac50af04.tar.gz
colobot-7557b888bc8cb1b1de4dd1b330a81cd5ac50af04.tar.bz2
colobot-7557b888bc8cb1b1de4dd1b330a81cd5ac50af04.zip
Add missing dependency "gettext" for Ubuntu
Conflicts: INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index e61d4f0..ec7b152 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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 po4a
+ $ 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 gettext git po4a
```
Make sure you install the packages along with header files (often distributed in separate *-dev packages). If you miss any requirements,