From 29e51301530149af3a074ad4612188d78c005275 Mon Sep 17 00:00:00 2001 From: Matei Date: Sat, 10 Nov 2007 02:58:23 +0000 Subject: [PATCH] Updated required libraries to include some AtlasUI libs. This was SVN commit r5437. --- build/workspaces/required-libraries-linux.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/workspaces/required-libraries-linux.txt b/build/workspaces/required-libraries-linux.txt index 8dc41ce904..def9cc67c2 100755 --- a/build/workspaces/required-libraries-linux.txt +++ b/build/workspaces/required-libraries-linux.txt @@ -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++.