Return



Linux Compilation:


 With the GNU autotools, compilation is straight forward. 'cd' a shell to the  warzone source root directory; the one containing the 'autogen.sh' file, and
run the following commands:


./autogen.sh
./configure
make
make install

 

Note that the forth command must be run as a privileged user in order to succeed.


If the above commands fail, you're probably not having all the required software needed to satisfy the dependencies that warzone has on other
libraries or tools. In that case, the scripts will tell you what package you're missing.

 

Warzone has compile-time dependencies on the following software:

Depending on your flavor of Linux, the package names may be different.  If you are certain that you got all the packages required, but still can't  compile, then try compiling with this command instead:

 

make -f Makefile.raw


 If the compilation succeeds, then you have a problem with your autotools -  please check that your 'autoheader', 'autoconf' and 'automake' symlinks are
pointing to the correct versions of these programs. If the compilation still fails, write to our mailing list at: 

 

 

warzone-dev@gna.org or contact us on IRC at irc.freenode.net#warzone