Difference between revisions of "Target platforms"
From OdaWiki
(→Odamex builds and runs on) |
|||
Line 3: | Line 3: | ||
== Odamex builds and runs on == | == Odamex builds and runs on == | ||
− | * [[Linux]] with gcc | + | * [[Linux]] with gnu/gcc/make |
− | * [[OSX]] with gcc | + | * [[OSX]] with gnu/gcc/make |
− | * [[BSD]] with gcc | + | * [[BSD]] with gnu/gcc/nmake |
− | * [[Windows]] with CodeBlocks and VC6 | + | * [[Windows]] with gnu/gcc/CodeBlocks and VC6 |
− | * [[Sparc]] | + | * [[Sparc]] with gnu/gcc/nmake |
== Odamex does not build on == | == Odamex does not build on == | ||
* [[Windows]] with VC7 due to an abs function call | * [[Windows]] with VC7 due to an abs function call |
Revision as of 12:41, 29 March 2006
Odamex runs and builds on 32 and 64 bit operating systems.
Odamex builds and runs on
- Linux with gnu/gcc/make
- OSX with gnu/gcc/make
- BSD with gnu/gcc/nmake
- Windows with gnu/gcc/CodeBlocks and VC6
- Sparc with gnu/gcc/nmake
Odamex does not build on
- Windows with VC7 due to an abs function call