<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Teeworlds Forum — [HowTo] Compile 0.7 on windows]]></title>
		<link>https://www.teeworlds.com/forum/viewtopic.php?id=12540</link>
		<atom:link href="https://www.teeworlds.com/forum/extern.php?action=feed&amp;tid=12540&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [HowTo] Compile 0.7 on windows.]]></description>
		<lastBuildDate>Fri, 16 Nov 2018 14:16:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121951#p121951</link>
			<description><![CDATA[<div class="quotebox"><cite>Deepfinder wrote:</cite><blockquote><div class="quotebox"><cite>android272 wrote:</cite><blockquote><p>Thanks @DEXi</p></blockquote></div><p>Did it work? <br />Because unfortunately, MinGW and Visual Studio differ much. The folders are different and the files you need.. So the files from the links in my post are the wrong if you want to compile with MinGW, they should not work. Just google for freetype &amp; sdl2 for MinGW (64bit or 32bit, this is important!), they are easy to find. I will add them when I have time!</p></blockquote></div><p>Sorry yes I got it working.</p>]]></description>
			<author><![CDATA[null@example.com (android272)]]></author>
			<pubDate>Fri, 16 Nov 2018 14:16:03 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121951#p121951</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121949#p121949</link>
			<description><![CDATA[<div class="quotebox"><cite>android272 wrote:</cite><blockquote><p>Thanks @DEXi</p></blockquote></div><p>Did it work? <br />Because unfortunately, MinGW and Visual Studio differ much. The folders are different and the files you need.. So the files from the links in my post are the wrong if you want to compile with MinGW, they should not work. Just google for freetype &amp; sdl2 for MinGW (64bit or 32bit, this is important!), they are easy to find. I will add them when I have time!</p>]]></description>
			<author><![CDATA[null@example.com (Deepfinder)]]></author>
			<pubDate>Thu, 15 Nov 2018 04:38:25 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121949#p121949</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121943#p121943</link>
			<description><![CDATA[<p>Thanks @DEXi</p>]]></description>
			<author><![CDATA[null@example.com (android272)]]></author>
			<pubDate>Wed, 14 Nov 2018 01:05:17 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121943#p121943</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121942#p121942</link>
			<description><![CDATA[<div class="quotebox"><cite>android272 wrote:</cite><blockquote><p>Can someone help me compile from source? I am getting the following error when I try to compile with ..\bam\bam.</p><div class="codebox"><pre><code>c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lfreetype
collect2.exe: error: ld returned 1 exit status
bam: &#039;link build/x86/debug/teeworlds.exe&#039; error 1
bam: error: a build step failed</code></pre></div><p>It has something to do with freetype but I don&#039;t know what to do. I made sure to download freetype from the link above, copy &quot;include&quot; and &quot;win32&quot; into \teeworldsSource\other\freetype, and moved (cut paist) &quot;freetype.lib&quot; into the teeworlds root directory like it says.</p><p>Is there something else I am missing?</p></blockquote></div><p>just copy those files(dll and libs) to right path.</p><p>Folders:<br /></p><div class="codebox"><pre><code>C:\teeworlds-0.7\other
├───freetype
│   ├───include
│   │   └───freetype
│   │       ├───config
│   │       └───internal
│   │           └───services
│   └───lib
│       ├───x64
│       └───x86
├───icons
└───sdl
    ├───include
    └───lib
        ├───x64
        └───x86</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (DEXi)]]></author>
			<pubDate>Tue, 13 Nov 2018 21:07:22 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121942#p121942</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121903#p121903</link>
			<description><![CDATA[<p>Can someone help me compile from source? I am getting the following error when I try to compile with ..\bam\bam.</p><div class="codebox"><pre><code>c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lfreetype
collect2.exe: error: ld returned 1 exit status
bam: &#039;link build/x86/debug/teeworlds.exe&#039; error 1
bam: error: a build step failed</code></pre></div><p>It has something to do with freetype but I don&#039;t know what to do. I made sure to download freetype from the link above, copy &quot;include&quot; and &quot;win32&quot; into \teeworldsSource\other\freetype, and moved (cut paist) &quot;freetype.lib&quot; into the teeworlds root directory like it says.</p><p>Is there something else I am missing?</p>]]></description>
			<author><![CDATA[null@example.com (android272)]]></author>
			<pubDate>Thu, 08 Nov 2018 03:48:01 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121903#p121903</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121782#p121782</link>
			<description><![CDATA[<div class="quotebox"><cite>DEXi wrote:</cite><blockquote><div class="quotebox"><cite>android272 wrote:</cite><blockquote><p>How does one actually compile 0.7 on windows? Are the binaries coming out soon?</p></blockquote></div><p><a href="https://github.com/teeworlds/teeworlds/releases/tag/0.7.0/">official 0.7.0-release</a></p></blockquote></div><p>YAY <img src="https://www.teeworlds.com/forum/img/smilies/big_smile.png" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (android272)]]></author>
			<pubDate>Sun, 21 Oct 2018 13:39:03 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121782#p121782</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121735#p121735</link>
			<description><![CDATA[<div class="quotebox"><cite>android272 wrote:</cite><blockquote><p>How does one actually compile 0.7 on windows? Are the binaries coming out soon?</p></blockquote></div><p><a href="https://github.com/teeworlds/teeworlds/releases/tag/0.7.0/">official 0.7.0-release</a></p>]]></description>
			<author><![CDATA[null@example.com (DEXi)]]></author>
			<pubDate>Wed, 17 Oct 2018 15:04:04 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121735#p121735</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121733#p121733</link>
			<description><![CDATA[<div class="quotebox"><cite>android272 wrote:</cite><blockquote><p>How does one actually compile 0.7 on windows? Are the binaries coming out soon?</p></blockquote></div><p>What problems do you have with compiling Teeworlds 0.7? If you want to try 0.7, can also download my Bla-Client: <a href="https://www.teeworlds.com/forum/viewtopic.php?id=12549">https://www.teeworlds.com/forum/viewtopic.php?id=12549</a></p>]]></description>
			<author><![CDATA[null@example.com (Deepfinder)]]></author>
			<pubDate>Wed, 17 Oct 2018 14:52:24 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121733#p121733</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121732#p121732</link>
			<description><![CDATA[<p>How does one actually compile 0.7 on windows? Are the binaries coming out soon?</p>]]></description>
			<author><![CDATA[null@example.com (android272)]]></author>
			<pubDate>Wed, 17 Oct 2018 14:46:22 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121732#p121732</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121653#p121653</link>
			<description><![CDATA[<div class="quotebox"><cite>ZombieToad wrote:</cite><blockquote><p>why dont they include it in source anymore?</p></blockquote></div><p>I don&#039;t know. 0.7 is not mod friendly </p><div class="quotebox"><cite>ZombieToad wrote:</cite><blockquote><p>I would do some steps differently</p><p>2) Download and extract SDL. You will find an &quot;include&quot; and &quot;lib&quot; folder there. Copy them into your teeworlds source folder at \teeworldsSource\other\sdl. and in &quot;lib&quot; rename the folders &quot;win32&quot; to &quot;x86&quot; and &quot;win64&quot; to &quot;x64&quot;</p><p>5) Now go to \teeworldsSource\other\freetype\ and copy &quot;win32&quot; / &quot;win64&quot; to a new folder named &quot;lib&quot; and rename the folders &quot;win32&quot; to &quot;x86&quot; and &quot;win64&quot; to &quot;x64&quot;</p></blockquote></div><p>Of course this looks better at the end, but I think rename the downloaded stuff could lead to confusion later. Note that there are different versions of SDL and freetype for Windows, one for Visual Studio and one for mingw. And then there is Linux. <br />This is only for Windows with visual studio</p>]]></description>
			<author><![CDATA[null@example.com (Deepfinder)]]></author>
			<pubDate>Fri, 12 Oct 2018 09:40:35 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121653#p121653</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121652#p121652</link>
			<description><![CDATA[<p>thanks</p>]]></description>
			<author><![CDATA[null@example.com (CarmineZ)]]></author>
			<pubDate>Fri, 12 Oct 2018 07:00:11 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121652#p121652</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121645#p121645</link>
			<description><![CDATA[<p>why dont they include it in source anymore?</p><div class="quotebox"><cite>Deepfinder wrote:</cite><blockquote><p>1) Download and extract the teeworlds source. Download and extract and compile bam.<br />In order to compile teeworlds, we will now need SDL and Freetype.<br />2) Download and extract SDL. You will find an &quot;include&quot; and &quot;lib&quot; folder there. Copy them into your teeworlds source folder at \teeworldsSource\other\sdl. <br />3) Now go to \teeworldsSource\other\sdl\lib\win32\ and copy &quot;SDL2.lib&quot; and &quot;SDL2main.lib&quot; into the root direction of your teeworlds folder (\teeworldsSource\).<br />4) Download and extract Freetype. Also here you will find an &quot;include&quot; and &quot;win32&quot; / &quot;win64&quot; folder. Copy them into your teeworlds source at \teeworldsSource\other\freetype. <br />5) Now go to \teeworldsSource\other\freetype\win32\ and copy &quot;freetype.lib&quot; into the root direction of your teeworlds folder (\teeworldsSource\).</p></blockquote></div><p>i would do some steps differently</p><br /><p>2) Download and extract SDL. You will find an &quot;include&quot; and &quot;lib&quot; folder there. Copy them into your teeworlds source folder at \teeworldsSource\other\sdl. and in &quot;lib&quot; rename the folders &quot;win32&quot; to &quot;x86&quot; and &quot;win64&quot; to &quot;x64&quot;</p><p>5) Now go to \teeworldsSource\other\freetype\ and copy &quot;win32&quot; / &quot;win64&quot; to a new folder named &quot;lib&quot; and rename the folders &quot;win32&quot; to &quot;x86&quot; and &quot;win64&quot; to &quot;x64&quot;<br /></p>]]></description>
			<author><![CDATA[null@example.com (ZombieToad)]]></author>
			<pubDate>Thu, 11 Oct 2018 15:08:50 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121645#p121645</guid>
		</item>
		<item>
			<title><![CDATA[[HowTo] Compile 0.7 on windows]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=121643#p121643</link>
			<description><![CDATA[<p>Just a quick instruction to how to compile teeworlds 0.7 on windows with Visual Studio since there are some changes since 0.6.<br />I will not explain what you need for compiling at all, things like Visual Studio and python etc. should be clear. This guide is for those who already know how to compile 0.6. In short, it&#039;s all about downloading SDL and Freetype.</p><p>You need:<br />Teeworlds source: <a href="https://github.com/teeworlds/teeworlds/archive/master.zip">https://github.com/teeworlds/teeworlds/ … master.zip</a><br />Bam 0.5: <a href="https://github.com/matricks/bam/archive/v0.5.1.zip">https://github.com/matricks/bam/archive/v0.5.1.zip</a><br />SDL: <a href="https://buildbot.libsdl.org/sdl-builds/sdl-visualstudio/sdl-visualstudio-4174.zip">https://buildbot.libsdl.org/sdl-builds/ … o-4174.zip</a> (you may want to download the latest version)<br />Freetype: <a href="https://codeload.github.com/ubawurinna/freetype-windows-binaries/zip/master">https://codeload.github.com/ubawurinna/ … zip/master</a></p><p>1) Download and extract the teeworlds source. Download and extract and compile bam.<br />In order to compile teeworlds, we will now need SDL and Freetype.<br />2) Download and extract SDL. You will find an &quot;include&quot; and &quot;lib&quot; folder there. Copy them into your teeworlds source folder at \teeworldsSource\other\sdl. <br />3) Now go to \teeworldsSource\other\sdl\lib\win32\ and copy &quot;SDL2.lib&quot; and &quot;SDL2main.lib&quot; into the root direction of your teeworlds folder (\teeworldsSource\).<br />4) Download and extract Freetype. Also here you will find an &quot;include&quot; and &quot;win32&quot; / &quot;win64&quot; folder. Copy them into your teeworlds source at \teeworldsSource\other\freetype. <br />5) Now go to \teeworldsSource\other\freetype\win32\ and copy &quot;freetype.lib&quot; into the root direction of your teeworlds folder (\teeworldsSource\).</p><p>Now we are ready to compile, although we are not finish. <br />6) First, the commands in bam.lua have changed. Available are &quot;game&quot;, &quot;client&quot;, &quot;server&quot;, &quot;content&quot;. Default is &quot;game&quot; and means server, client and content.<br />Compile what you want but at first I recommend to do &quot;game&quot; because this will create client, server and - most important - your &quot;/data/&quot; folder (but you can also create the data folder with &quot;content&quot;).<br />7) Second, the place where the finish stuff comes out has changed. It&#039;s not the root direction like in 0.6 anymore, you will now find it at \teeworldsSource\build\x86. <br />8) To start your compiled client or server, you need SDL2.dll and freetype.dll. Copy them from \teeworldsSource\other\sdl\lib\win32 and \teeworldsSource\other\freetype\win32 into \teeworldsSource\build\x86. </p><p>Finish! Now you should be able to compile and start teeworlds. <br />The most annoying thing is to copy SDL and freetype into the right folders, but with the links above and this instruction I hope it&#039;s more easy for you.</p>]]></description>
			<author><![CDATA[null@example.com (Deepfinder)]]></author>
			<pubDate>Thu, 11 Oct 2018 10:24:48 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=121643#p121643</guid>
		</item>
	</channel>
</rss>
