I created a clean installed Ubuntu box and was able to compile (Should be similar enough). I'll run though every command done.
First thing's first:
> sudo apt-get update
Enter the directory you want to unpack the AC code (I.e. /home/user/AC). From there do
> wget https://github.com/assaultcube/AC/archive/master.zip
> unzip master.zip
> rm master.zip
We have our files, now we need to set up our dependencies and compiler.
> sudo apt-get install clang
> sudo apt-get install libsdl1.2debian libsdl-image1.2 zlib1g libogg0 libvorbis0a libopenal1 libcurl3 zlib1g-dev
Coolbeans. Now all you have to do is
> cd AC-Master/source/src
> make server
Should work. From there, you can run your server with server.sh from the main AC-Master folder or do as you please. Good luck, and don't forget to port forward if you want to go publicly!
First thing's first:
> sudo apt-get update
Enter the directory you want to unpack the AC code (I.e. /home/user/AC). From there do
> wget https://github.com/assaultcube/AC/archive/master.zip
> unzip master.zip
> rm master.zip
We have our files, now we need to set up our dependencies and compiler.
> sudo apt-get install clang
> sudo apt-get install libsdl1.2debian libsdl-image1.2 zlib1g libogg0 libvorbis0a libopenal1 libcurl3 zlib1g-dev
Coolbeans. Now all you have to do is
> cd AC-Master/source/src
> make server
Should work. From there, you can run your server with server.sh from the main AC-Master folder or do as you please. Good luck, and don't forget to port forward if you want to go publicly!