<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openclonk.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kanibal</id>
	<title>OpenClonk Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openclonk.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kanibal"/>
	<link rel="alternate" type="text/html" href="https://wiki.openclonk.org/w/Special:Contributions/Kanibal"/>
	<updated>2026-04-29T01:02:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>https://wiki.openclonk.org/index.php?title=Build_OpenClonk&amp;diff=1788</id>
		<title>Build OpenClonk</title>
		<link rel="alternate" type="text/html" href="https://wiki.openclonk.org/index.php?title=Build_OpenClonk&amp;diff=1788"/>
		<updated>2016-09-10T10:09:51Z</updated>

		<summary type="html">&lt;p&gt;Kanibal: no fmod, no directx.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Windows users can check out these tutorials:&lt;br /&gt;
&lt;br /&gt;
[[Building_with_Windows|Building with Visual C++]]&lt;br /&gt;
&lt;br /&gt;
[[Building_with_MinGW|Building with MinGW]]&lt;br /&gt;
&lt;br /&gt;
Otherwise, here is how you can build OpenClonk in three easy steps:&lt;br /&gt;
&lt;br /&gt;
== 1. Get the source code ==&lt;br /&gt;
See [[Git Workflow]]&lt;br /&gt;
&lt;br /&gt;
== 2. Install Build tools and libraries ==&lt;br /&gt;
OpenClonk has a couple of dependencies on other libraries. Please refer to the Readme.*.txt in the freshly checked out source tree.&lt;br /&gt;
: For Windows, we provide prebuilt packages of libraries:&lt;br /&gt;
:* [http://www.openclonk.org/openclonk-deps-vc90.zip for Microsoft C++ users]&lt;br /&gt;
:* [http://www.openclonk.org/mingwlibs2.zip for GNU Compiler Collection users]&lt;br /&gt;
== 3. Compile the game ==&lt;br /&gt;
Again, the Readme.*.txt has the details, as this step is highly platform dependent. But it&#039;s also comparatively uncomplicated: If you installed everything that&#039;s listed, and it doesn&#039;t build, you found a bug.&lt;br /&gt;
&lt;br /&gt;
= Building a debug engine =&lt;br /&gt;
&lt;br /&gt;
The Clonk source code contains lots of little pieces of code that check that the engine works correctly. They can often help finding or preventing bugs, but slow the game down, so they are skipped in normal builds. To enable them, pass -DCMAKE_BUILD_TYPE=Debug to cmake, choose the Debug build in the IDE, or pass --enable-debug to configure. If you are using the GNU Compiler Collection, you can also enable [http://gcc.gnu.org/onlinedocs/libstdc++/manual/debug_mode.html the libstdc++ debug mode] by passing CPPFLAGS=-D_GLIBCXX_DEBUG to configure.&lt;/div&gt;</summary>
		<author><name>Kanibal</name></author>
	</entry>
</feed>