Secure Administrator of Game Servers

SourceForge.net Logo

Main - Downloads - Screenshots - Project's Page

Downloads


Source code

To install this files you first need to decompress the tarball and then do:

    ./configure
    make
    make install

Anonymous CVS access

    cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/sags login
    cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/sags checkout server
    cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/sags checkout client

First you need to do this in the server and client files:

    aclocal -I m4
    autoheader
    automake
    autoconf

And then you can do:

    ./configure
    make
    make install

Precompilated binaries

Other releases

To see the old releases you can visit http://sourceforge.net/project/showfiles.php?group_id=106892.


$Id: downloads.php,v 1.26 2005/03/03 20:42:08 pcarm Exp $