build dependencies installer support for Ubuntu 13.04 - tested and works

This commit is contained in:
Tom Reynolds 2013-05-02 00:14:19 +00:00
parent c141ee978d
commit 32a197e2ab
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ case $distribution in
$installcommand
if [ $? != 0 ]; then error_during_installation; exit 1; fi
;;
11.10|12.04|12.10)
11.10|12.04|12.10|13.04)
installcommand='apt-get install build-essential subversion automake autoconf autogen cmake libsdl1.2-dev libxerces-c2-dev libalut-dev libgl1-mesa-dev libglu1-mesa-dev libvorbis-dev libwxbase2.8-dev libwxgtk2.8-dev libx11-dev liblua5.1-0-dev libjpeg-dev libpng12-dev libcurl4-gnutls-dev libxml2-dev libircclient-dev libglew-dev libftgl-dev libfribidi-dev libvlc-dev libcppunit-dev'
$installcommand
if [ $? != 0 ]; then error_during_installation; exit 1; fi