Difference between revisions of "Compiling (OpenXcom)"

From UFOpaedia
Jump to navigation Jump to search
(Remove unused platforms)
Line 21: Line 21:
 
* [[Compiling with Microsoft Visual C++ (OpenXcom)|Compiling with Microsoft Visual C++]]
 
* [[Compiling with Microsoft Visual C++ (OpenXcom)|Compiling with Microsoft Visual C++]]
 
* [[Compiling with MinGW (OpenXcom)|Compiling with MinGW]]
 
* [[Compiling with MinGW (OpenXcom)|Compiling with MinGW]]
* [[Compiling with Cygwin (OpenXcom)|Compiling with Cygwin]]
 
  
 
== Mac OS X ==
 
== Mac OS X ==
Line 35: Line 34:
 
== Misc. ==
 
== Misc. ==
  
* [[Compiling with Code::Blocks (OpenXcom)|Compiling with Code::Blocks]]
 
* [[Compiling with Eclipse (OpenXcom)|Compiling with Eclipse]]
 
 
* [[Compiling with CMake (OpenXcom)|Compiling with CMake]]
 
* [[Compiling with CMake (OpenXcom)|Compiling with CMake]]
 
* [[Android port (OpenXcom)|Compiling for Android]]
 
* [[Android port (OpenXcom)|Compiling for Android]]
  
 
[[Category:OpenXcom]]
 
[[Category:OpenXcom]]

Revision as of 20:00, 14 June 2014

The OpenXcom codebase is hosted on Github, and you can grab the latest source with any Git client from: https://github.com/SupSuper/OpenXcom.git

If you're a Github user you might wanna use a fork instead so you can have your own remote repository (you can't push to the official OpenXcom repository without permission) and easily send in pull requests.

OpenXcom is a cross-platform game so it's possible to compile it on a variety of systems and project files for all the popular IDEs are included. There's also a Doxygen documentation available.

Don't forget to copy the X-Com resources to your bin folder as shown in Installing.

Dependencies

OpenXcom requires the following libraries to compile:

Windows

Mac OS X

Linux/BSD

Misc.