Talk:Server command-line options
From Freeciv
- is this up to date? my civserver binary (2.1.2, under debian) has no --auth or --guest, etc commands..
[edit] Ten minutes later...
- ah ha, stupid debian doesn't compile their packages with the --enable-auth flag. I'll do
apt-get -t unstable build-dep freeciv-server apt-get -t unstable source freeciv-server
- then edit the debian/rules file, add --enable-auth to the appropriate place in the configure line. save it and run
dpkg-buildpackage
- install the resulting freeciv-server deb, and bam! authentication goodness.


