<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CompileOSX</title><link>https://sourceforge.net/p/oricutron/wiki/CompileOSX/</link><description>Recent changes to CompileOSX</description><atom:link href="https://sourceforge.net/p/oricutron/wiki/CompileOSX/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 28 Aug 2015 11:56:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/oricutron/wiki/CompileOSX/feed" rel="self" type="application/rss+xml"/><item><title>CompileOSX modified by Anonymous</title><link>https://sourceforge.net/p/oricutron/wiki/CompileOSX/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;We now have an Xcode 5 project compiling Oricutron for 10.9. &lt;/p&gt;
&lt;p&gt;Logically you should only modify the link to the SDL framework and it should work directly. &lt;/p&gt;
&lt;p&gt;If it doesn't please post a bug report and I'll work on it. &lt;/p&gt;
&lt;p&gt;If you need to compile for older versions of OS X please read further: &lt;/p&gt;
&lt;p&gt;How to compile Oricutron for 10.3 without Xcode: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Install the &lt;a class="" href="http://www.libsdl.org/release/" rel="nofollow"&gt;SDL framework&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;sdl-config:&lt;/strong&gt;&lt;/p&gt;
&lt;table class="codehilitetable"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="linenos"&gt;&lt;div class="linenodiv"&gt;&lt;pre&gt;1
2
3
4
5
6
7
8
9&lt;/pre&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="code"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="c"&gt;#!/bin/sh&lt;/span&gt;
&lt;span class="k"&gt;case&lt;/span&gt; &lt;span class="nv"&gt;$1&lt;/span&gt; in
--cflags&lt;span class="o"&gt;)&lt;/span&gt;
        &lt;span class="nb"&gt;echo&lt;/span&gt; -I/Library/Frameworks/SDL.framework/Headers
        &lt;span class="p"&gt;;;&lt;/span&gt;
--libs&lt;span class="o"&gt;)&lt;/span&gt;
        &lt;span class="nb"&gt;echo &lt;/span&gt;SDLMain.o -framework SDL -framework Cocoa
        &lt;span class="p"&gt;;;&lt;/span&gt;
&lt;span class="k"&gt;esac&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;

&lt;ul&gt;
&lt;li&gt;Either download and extract a source package from the &lt;a class="" href="http://www.petergordon.org.uk/oricutron/" rel="nofollow"&gt;download page&lt;/a&gt;, or &lt;a class="" href="http://code.google.com/p/oriculator/source/checkout" rel="nofollow"&gt;check out&lt;/a&gt; the current subversion trunk. &lt;/li&gt;
&lt;li&gt;Open a shell, and navigate to the Oricutron archive &lt;/li&gt;
&lt;li&gt;For example type: &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;unzip -a Oricutron_src_v09.zip -d oricutron&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cd oricutron&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Type: &lt;br/&gt;
&lt;code&gt;make&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hopefully, an Oricutron executable should come out the other end. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 28 Aug 2015 11:56:05 -0000</pubDate><guid>https://sourceforge.netc230539616fed07fcd2019601c8989d2c5ce8a90</guid></item></channel></rss>