<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dreamcast.wiki/wiki/index.php?action=history&amp;feed=atom&amp;title=Building_KOS_on_Cygwin</id>
	<title>Building KOS on Cygwin - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dreamcast.wiki/wiki/index.php?action=history&amp;feed=atom&amp;title=Building_KOS_on_Cygwin"/>
	<link rel="alternate" type="text/html" href="https://dreamcast.wiki/wiki/index.php?title=Building_KOS_on_Cygwin&amp;action=history"/>
	<updated>2026-04-04T13:37:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://dreamcast.wiki/wiki/index.php?title=Building_KOS_on_Cygwin&amp;diff=2174&amp;oldid=prev</id>
		<title>Unknown user: Created page with &quot;This is the old Windows setup tutorial, taken from a forum post by Ph3nom. Since then a new tutorial was written that uses MSYS2 instead.    == Cygwin setup == # Install Cygwi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dreamcast.wiki/wiki/index.php?title=Building_KOS_on_Cygwin&amp;diff=2174&amp;oldid=prev"/>
		<updated>2023-03-02T03:02:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This is the old Windows setup tutorial, taken from a forum post by Ph3nom. Since then a new tutorial was written that uses MSYS2 instead.    == Cygwin setup == # Install Cygwi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is the old Windows setup tutorial, taken from a forum post by Ph3nom.&lt;br /&gt;
Since then a new tutorial was written that uses MSYS2 instead.  &lt;br /&gt;
&lt;br /&gt;
== Cygwin setup ==&lt;br /&gt;
# Install Cygwin 32bit, setup-x86.exe from here http://cygwin.com/install.html&lt;br /&gt;
# Click next twice, making sure to install from internet.&lt;br /&gt;
# Choose install directory. I chose d:\cygwin. Click next.&lt;br /&gt;
# Choose download directory. Does not affect install directory. Click next 3 times.&lt;br /&gt;
# Chose packages to install. I chose Devel, Libs, and Utils. [[File:Cyg01.jpg]]&lt;br /&gt;
# Click next. When the download and install is completed (this can take some time), Cygwin should be good to go.&lt;br /&gt;
&lt;br /&gt;
== Toolchain (cross-compiler and libraries) ==&lt;br /&gt;
# Run 32bit Cygwin Terminal as administrator [[File:Cyg02.jpg]]&lt;br /&gt;
# Download kos-2.0.0-src.tar.gz from here http://sourceforge.net/projects/cadcdev/files/kallistios/2.0.0/&lt;br /&gt;
# Create a folder /dc/ in your /Cygwin/usr/local/ folder&lt;br /&gt;
# Create a folder /kos/ in your /Cygwin/usr/local/dc/ folder&lt;br /&gt;
# Extract the contents of /kos-2.0.0-src/ into your /Cygwin/usr/local/dc/kos/ folder&lt;br /&gt;
# Download [http://dcemulation.org/phpBB/download/file.php?id=754 this patch] and extract into your dc-chain folder&lt;br /&gt;
# In cygwin, navigate to your dc-chain folder. Since I installed the chain on my d:, my command is $ cd d:/cygwin/usr/local/dc/kos/utils/dc-chain&lt;br /&gt;
# Download the libs needed by dc-chain by running the script with this command: $ ./download.sh&lt;br /&gt;
# Extract the libs needed by dc-chain by running the script with this command: $ ./unpack.sh&lt;br /&gt;
# Patch the default kos install by running the script with this command: $ ./patch.sh&lt;br /&gt;
# Build the dc-chain with this command $ make&lt;br /&gt;
&lt;br /&gt;
== KOS == &lt;br /&gt;
# Download this [http://dcemulation.org/phpBB/download/file.php?id=755 environ.sh] and extract into your /Cygwin/usr/local/dc/kos/ folder&lt;br /&gt;
# Navigate to your kos directory in Cygwin. Since I installed the chain on my d:, my command is&lt;br /&gt;
 $ cd d:/cygwin/usr/local/dc/kos&lt;br /&gt;
&lt;br /&gt;
# Configure your environment by running this command:&lt;br /&gt;
 $ . ./environ.sh&lt;br /&gt;
&lt;br /&gt;
# Build KOS by running the command&lt;br /&gt;
 $ make&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s All! When kos is built, you are ready to start compiling your own code for the Dreamcast using Kos 2.0 and GCC 4.7.3.&lt;/div&gt;</summary>
		<author><name>Unknown user</name></author>
	</entry>
</feed>