<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://temp.ufopaedia.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Skeeto</id>
	<title>UFOpaedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://temp.ufopaedia.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Skeeto"/>
	<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/Special:Contributions/Skeeto"/>
	<updated>2026-05-01T08:15:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=Compiling_with_Autotools_(OpenXcom)&amp;diff=67287</id>
		<title>Compiling with Autotools (OpenXcom)</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=Compiling_with_Autotools_(OpenXcom)&amp;diff=67287"/>
		<updated>2015-08-18T18:27:51Z</updated>

		<summary type="html">&lt;p&gt;Skeeto: Add apt-get command for dependencies (Debian/Ubuntu)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Required packages ==&lt;br /&gt;
In order to compile OpenXcom you need to install additional [[Compiling (OpenXcom)#Dependencies|dependencies]].&lt;br /&gt;
&lt;br /&gt;
Check the library websites if you can&#039;t find them with your distribution&#039;s package manager.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Don&#039;t forget to copy the X-Com resources to your &#039;&#039;bin&#039;&#039; folder as shown in [[Installing (OpenXcom)|Installing]].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git clone https://github.com/SupSuper/OpenXcom.git&lt;br /&gt;
cd OpenXcom&lt;br /&gt;
./autogen.sh (optional)&lt;br /&gt;
./configure&lt;br /&gt;
make&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After last command and, hopefully, success compilation openxcom binary will be placed in bin folder. Enter to that directory and launch it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd bin&lt;br /&gt;
./openxcom&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you done. Enjoy your invasion!&lt;br /&gt;
&lt;br /&gt;
== Install Dependencies ==&lt;br /&gt;
&lt;br /&gt;
On Debian and Debian-derived distributions, such as Ubuntu, all build dependencies can be installed with:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get install --no-install-recommends \&lt;br /&gt;
    build-essential libboost-dev libsdl1.2-dev libsdl-mixer1.2-dev \&lt;br /&gt;
    libsdl-image1.2-dev libsdl-gfx1.2-dev libyaml-cpp-dev xmlto&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;--no-install-recommends&amp;lt;/code&amp;gt; prevents &amp;lt;code&amp;gt;xmlto&amp;lt;/code&amp;gt; from pulling along a gigabyte of unnecessary LaTeX packages.&lt;br /&gt;
&lt;br /&gt;
==Updating sources ==&lt;br /&gt;
&lt;br /&gt;
To update sources just do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git pull&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And repeat compilation from running ./autogen.sh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OpenXcom]]&lt;/div&gt;</summary>
		<author><name>Skeeto</name></author>
	</entry>
</feed>