Difference between revisions of "Compiling using GCC"
From OdaWiki
Line 1: | Line 1: | ||
== Building on *nix systems == | == Building on *nix systems == | ||
− | 1) Either download the | + | 1) Either download the [http://odamex.net/ 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 | 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) A binary should appear in the bin dir after a successful compile. |
Revision as of 06:20, 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) A binary should appear in the bin dir after a successful compile.