04 Nov 13, 12:04PM
(04 Nov 13, 03:17AM)eldelantero Wrote:(02 Nov 13, 10:59PM)RandumKiwi Wrote: Is libcurl installed?
For RedHat based systems, type this at the command line:
sudo yum install SDL SDL_image zlib libogg libvorbis openal-soft libcurl
For Debian based systems, type this at the command line:
sudo apt-get install libsdl1.2debian libsdl-image1.2 zlib1g libogg0 libvorbis0a libopenal1 libcurl3
Yes man, i did install it long time ago :(
Try compiling your own, open a terminal, cd to your AssaultCube folder (e.g: cd /home/user/AssaultCube/ ) and type this:
[SELECT ALL] Code:
sudo apt-get install build-essential clang libsdl1.2-dev libsdl-image1.2-dev zlib1g-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-openssl-dev -y && cd ./source/src && make install
Then, try it again. If you need instructions for a 'yum' based system, I don't have the package list on me.