Jump to content

Compiling with Autotools (OpenXcom): Difference between revisions

From UFOpaedia
Kkmic (talk | contribs)
Removed dependencies and source update intructions
Redirected page to OpenXcom
Tag: New redirect
Line 1: Line 1:
== Required packages ==
#REDIRECT [[OpenXcom]]
In order to compile OpenXcom you need to install additional [[Compiling (OpenXcom)#Dependencies|dependencies]].
 
Check the library websites if you can't find them with your distribution's package manager.
 
'''Don't forget to copy the X-Com resources to your ''bin'' folder as shown in [[Installing (OpenXcom)|Installing]].'''
 
== Commands ==
 
<pre>
git clone https://github.com/SupSuper/OpenXcom.git
cd OpenXcom
./autogen.sh (optional)
./configure
make
</pre>
 
After last command and, hopefully, success compilation openxcom binary will be placed in bin folder. Enter to that directory and launch it:
 
<pre>
cd bin
./openxcom
</pre>
 
Now you done. Enjoy your invasion!
 
[[Category:OpenXcom]]

Revision as of 13:55, 10 March 2026

Redirect to: