1
0
forked from 0ad/0ad

Updated required libraries to include some AtlasUI libs.

This was SVN commit r5437.
This commit is contained in:
Matei 2007-11-10 02:58:23 +00:00
parent 6bbd564910
commit 29e5130153

View File

@ -101,7 +101,7 @@ just add it as a prereq (i.e. leave it to the user to install).
On Ubuntu 7.10, you can install the required packages with the following
command:
sudo apt-get install libsdl1.2-dev libxerces27-dev zlib1g-dev libpng12-dev libjpeg62-dev libgamin-dev nasm libwxgtk2.8-dev libboost-dev libboost-signals-dev libopenal-dev libalut-dev libvorbis-dev libogg-dev libcrypto++-dev binutils-dev libnspr4-dev
sudo apt-get install libsdl1.2-dev libxerces27-dev zlib1g-dev libpng12-dev libjpeg62-dev libgamin-dev nasm libwxgtk2.8-dev libboost-dev libboost-signals-dev libopenal-dev libalut-dev libvorbis-dev libogg-dev libcrypto++-dev binutils-dev libnspr4-dev libdevil-dev libavcodec-dev libavformat-dev
You also need build-essential for the make tools and g++.