Difference between revisions of "Compiling with Autotools (OpenXcom)"

From UFOpaedia
Jump to navigation Jump to search
(Removed dependencies and source update intructions)
 
(2 intermediate revisions by 2 users not shown)
Line 15: Line 15:
 
make
 
make
 
</pre>
 
</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]]
 
[[Category:OpenXcom]]

Latest revision as of 12:06, 3 November 2015

Required packages

In order to compile OpenXcom you need to install additional 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.

Commands

git clone https://github.com/SupSuper/OpenXcom.git
cd OpenXcom
./autogen.sh (optional)
./configure
make

After last command and, hopefully, success compilation openxcom binary will be placed in bin folder. Enter to that directory and launch it:

cd bin
./openxcom

Now you done. Enjoy your invasion!