Difference between revisions of "Compiling using GCC"

From OdaWiki
Line 2: Line 2:
  
 
1) Either download the [http://odamex.net/ latest source] or get a dev build using (must have [[svn|subversion]] installed!): svn co svn://odamex.net
 
1) Either download the [http://odamex.net/ latest source] or get a dev build using (must have [[svn|subversion]] installed!): svn co svn://odamex.net
 +
 
2) Untar the archive somewhere or go into your odamex svn trunk dir and type: make
 
2) Untar the archive somewhere or go into your odamex svn trunk dir and type: make
3) A binary should appear in the bin dir after a successful compile.
+
 
 +
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.

Revision as of 06:23, 31 March 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.