Note: This tutorial works for Skultlag as well, just replace "Zandronum" with "Skulltag" 1. Download the linux base, and the version for your specific architecture. 2. Extract both of those zip files to the same folder, it can be any folder. For me, it's /home//. ''If you put it in a place that requires root privileges, you will need to get root access before you add wads to the directory or change anything.'' You can also put your IWADs anywhere, just be sure to remember where they are. I recommend /home//zandronum/iwads/ You could even separate your PWADs; Doomseeker is very flexible, and you'll be running Zandronum with shell commands, so it doesn't matter. You could even categorize your wads by game mode if you wanted. 3. Run Zandronum (to test it) Command (if in the zandronum directory): ./zandronum If it works, great! If it doesn't (which it didn't for me), keep reading '''If you received the error : "zandronum: error while loading shared libraries: libsnes_spc.so: cannot open shared object file: No such file or directory" :''' All you need to do is copy this .so file from the zandronum directory to /usr/lib/ command (assuming you are in your zandronum directory): "sudo cp libsnes_spc.so /usr/lib" '''If you receive an error about LibSDL...''' The command sudo apt-get install libsdl-image1.2 should fix that. '''If you received the error:''' '''"zandronum: error while loading shared libraries: libfmodex32-4.24.16.so: cannot open shared object file: No such file or directory"''' or '''"zandronum: error while loading shared libraries: libfmodex64-4.24.16.so: cannot open shared object file: No such file or directory":''' This means that you need to download and install FMOD manually. From my experience, Zandronum just ignores the .so files provided in the zandronum directory. It's easy to fix. 1. Download one of these: 32 bit linux: http://www.fmod.org/index.php/release/version/fmodapi42416linux.tar.gz 64 bit linux: http://www.fmod.org/index.php/release/version/fmodapi42416linux64.tar.gz 2. Extract them somewhere, and navigate to that directory in the command prompt (using cd) 3. When you get to the directory (it should have a file called "makefile" in it), use the command "sudo make install" 4. Change to the directory (within the extracted file) /api/lib/ Skulltag will only work on ubuntu if libfmodex-4.24.16.so (libfmodex64-4.24.16.so for 64 bit linux) is in /usr/lib/ 5. Use the command "sudo cp libfmodex-4.24.16.so /usr/lib/" ("sudo cp libfmodex64-4.24.16.so /usr/lib/" for 64 bit linux) to copy it to /usr/lib/ == Further reading == Timidity++, for music: [[Using_Timidity]] Setting Ubuntu/Ubuntu Server to a Static ip for hosting: http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/