Difference between revisions of "Compiling using GCC"

From OdaWiki
m (Compiling with Makefile moved to Compiling Using a Makefile)
m (Compiling Using a Makefile moved to Compiling using a Makefile)
(No difference)

Revision as of 07:43, 12 April 2006

Building on *nix systems

1) Either download the latest source or get a dev build using (must have subversion installed!): svn co svn://odamex.net

2) Untar the archive somewhere or go into your odamex svn trunk dir and type: make

3) Binaries should appear in the bin dir after a successful compile: odamex, odasrv, odamaster

You can run "make server" or "make client" to only build the module you want.