From 02d23f8a7ff6ba45eed155a5b9697b467ae17638 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Sun, 19 Oct 2014 16:26:16 +0200 Subject: Updated README with new dependencies --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'INSTALL.md') 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, -- cgit v1.2.3-1-g7c22