summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-10-19 16:26:16 +0200
committerkrzys-h <krzys_h@interia.pl>2014-10-19 16:26:16 +0200
commit02d23f8a7ff6ba45eed155a5b9697b467ae17638 (patch)
tree3b5b1d4211786081eb989abaaf6515d83f605254 /INSTALL.md
parentaea698c8a63a185e50c41bc0aff0e6988d8ad97e (diff)
downloadcolobot-02d23f8a7ff6ba45eed155a5b9697b467ae17638.tar.gz
colobot-02d23f8a7ff6ba45eed155a5b9697b467ae17638.tar.bz2
colobot-02d23f8a7ff6ba45eed155a5b9697b467ae17638.zip
Updated README with new dependencies
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ec7b152..fbf4ece 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -115,11 +115,12 @@ You will need:
* libvorbis >= 1.3.2
* libogg >= 1.3.0
* OpenAL (OpenAL-Soft) >= 1.13
+ * PhysFS
* po4a >= 0.45 (to generate translated data files)
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 gettext 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 libphysfs-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,