Manual Install for FreeBSD Server
As of 97D, the Skulltag server is now a standalone binary on Linux/FreeBSD called "skulltag-server." It requires only a third the libraries the client does.
Here are the libraries you need:
- libsdl-1.2.11 or libsdl-1.2.8-r1
- libjpeg62
You can presumably use any higher versions of these programs, however that might not be the case.
- In Debian and Debian-based, run (as root):
# apt-get install libsdl1.2 tar bzip2 libjpeg62
From there all you need to do is run skulltag-server with:
- ./skulltag-server -host
A great tutorial on how to set up the Linux/FreeBSD server can be found here.
