<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Compile_OSX108</title><link>https://sourceforge.net/p/openkb/wiki/Compile_OSX108/</link><description>Recent changes to Compile_OSX108</description><atom:link href="https://sourceforge.net/p/openkb/wiki/Compile_OSX108/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 04 Mar 2023 18:02:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openkb/wiki/Compile_OSX108/feed" rel="self" type="application/rss+xml"/><item><title>Compile_OSX108 modified by driedfruit</title><link>https://sourceforge.net/p/openkb/wiki/Compile_OSX108/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -8,9 +8,10 @@

 ## Pre-requisites

-### wget
+### &lt;s&gt;wget&lt;/s&gt;

-Already exists on your system. If not, build it from http://ftp.gnu.org/gnu/wget/
+&lt;s&gt;Already exists on your system. If not, build it from http://ftp.gnu.org/gnu/wget/&lt;/s&gt;
+curl should be sufficient.

 ### git

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">driedfruit</dc:creator><pubDate>Sat, 04 Mar 2023 18:02:23 -0000</pubDate><guid>https://sourceforge.net6429b60e21026418b1a376caa4b94106ac29e75b</guid></item><item><title>Compile_OSX108 modified by driedfruit</title><link>https://sourceforge.net/p/openkb/wiki/Compile_OSX108/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -33,7 +33,7 @@
 ## SDL 1.2

     cd build
-    wget https://www.libsdl.org/release/SDL-1.2.15.tar.gz
+    curl -k -O https://www.libsdl.org/release/SDL-1.2.15.tar.gz
     tar xzf SDL-1.2.15.tar.gz
     cd SDL-1.2.15
     ./configure --disable-video-x11
@@ -45,7 +45,7 @@
 Requires SDL installed.

     cd build
-    wget https://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz
+    curl -k -O https://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz
     tar xzf SDL_image-1.2.12.tar.gz
     cd SDL_image-1.2.12
     ./configure
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">driedfruit</dc:creator><pubDate>Sat, 04 Mar 2023 17:29:53 -0000</pubDate><guid>https://sourceforge.netcf2164493197b3f0a23938de8a181f82230faf55</guid></item><item><title>Compile_OSX108 modified by driedfruit</title><link>https://sourceforge.net/p/openkb/wiki/Compile_OSX108/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">driedfruit</dc:creator><pubDate>Tue, 18 Nov 2014 14:53:20 -0000</pubDate><guid>https://sourceforge.nete6de4cd62e160e60130b9b391325a5b59ec93f23</guid></item><item><title>Compile_OSX108 modified by driedfruit</title><link>https://sourceforge.net/p/openkb/wiki/Compile_OSX108/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The process is simple: you make your OSX system more GNU-ish, and then the regular build steps will work.&lt;/p&gt;
&lt;p&gt;Availability of needed tools differs from one OSX version to another. Just to be sure, you can try invoking the programs listed below, and see if you already have them.&lt;/p&gt;
&lt;p&gt;The guide below was written for OSX version 10.8, and should be directly applicable to it.&lt;/p&gt;
&lt;h2 id="pre-requisites"&gt;Pre-requisites&lt;/h2&gt;
&lt;h3 id="wget"&gt;wget&lt;/h3&gt;
&lt;p&gt;Already exists on your system. If not, build it from &lt;a href="http://ftp.gnu.org/gnu/wget/" rel="nofollow"&gt;http://ftp.gnu.org/gnu/wget/&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="git"&gt;git&lt;/h3&gt;
&lt;p&gt;Might already exist on your system if you have XCode installed. If not, install it from &lt;a href="http://git-scm.com/download/mac" rel="nofollow"&gt;http://git-scm.com/download/mac&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="autotools-autoconf-automake"&gt;autotools (autoconf, automake)&lt;/h3&gt;
&lt;p&gt;Might already exist on your system if you have XCode installed. Latest versions of XCode stopped shipping autotools with them, so you might need to install them manually. I used this handy script &lt;a href="https://gist.github.com/jellybeansoup/4192307" rel="nofollow"&gt;https://gist.github.com/jellybeansoup/4192307&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="buildtools-gcc-ld-make"&gt;buildtools (gcc, ld, make)&lt;/h3&gt;
&lt;p&gt;Might already exist on your system if you have XCode installed. Latest versions of XCode opted for llvm instead of gcc. If you don't have gcc, you can find the "Command line tools for XCode" package on &lt;a href="http://developer.apple.com" rel="nofollow"&gt;http://developer.apple.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This package worked for me: &lt;a href="http://devimages.apple.com/downloads/xcode/command_line_tools_for_xcode_10_8_late_july_2012.dmg" rel="nofollow"&gt;http://devimages.apple.com/downloads/xcode/command_line_tools_for_xcode_10_8_late_july_2012.dmg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;See also this question: &lt;a href="http://stackoverflow.com/questions/9353444/how-to-use-install-gcc-on-mac-os-x-10-8-xcode-4-4" rel="nofollow"&gt;http://stackoverflow.com/questions/9353444/how-to-use-install-gcc-on-mac-os-x-10-8-xcode-4-4&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="libraries"&gt;Libraries&lt;/h3&gt;
&lt;h2 id="sdl-12"&gt;SDL 1.2&lt;/h2&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;build&lt;/span&gt;
&lt;span class="n"&gt;wget&lt;/span&gt; &lt;span class="n"&gt;https&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//www.libsdl.org/release/SDL-1.2.15.tar.gz&lt;/span&gt;
&lt;span class="n"&gt;tar&lt;/span&gt; &lt;span class="n"&gt;xzf&lt;/span&gt; &lt;span class="n"&gt;SDL&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mf"&gt;1.2.15&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;tar&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gz&lt;/span&gt;
&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;SDL&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mf"&gt;1.2.15&lt;/span&gt;
&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;configure&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;disable&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;video&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;x11&lt;/span&gt;
&lt;span class="n"&gt;make&lt;/span&gt;
&lt;span class="n"&gt;sudo&lt;/span&gt; &lt;span class="n"&gt;make&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="sdl_image-12"&gt;SDL_image 1.2&lt;/h2&gt;
&lt;p&gt;Requires SDL installed.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;build&lt;/span&gt;
&lt;span class="n"&gt;wget&lt;/span&gt; &lt;span class="n"&gt;https&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz&lt;/span&gt;
&lt;span class="n"&gt;tar&lt;/span&gt; &lt;span class="n"&gt;xzf&lt;/span&gt; &lt;span class="n"&gt;SDL_image&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mf"&gt;1.2.12&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;tar&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gz&lt;/span&gt;
&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;SDL_image&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mf"&gt;1.2.12&lt;/span&gt;
&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;configure&lt;/span&gt;
&lt;span class="n"&gt;make&lt;/span&gt;
&lt;span class="n"&gt;sudo&lt;/span&gt; &lt;span class="n"&gt;make&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">driedfruit</dc:creator><pubDate>Wed, 05 Mar 2014 05:47:57 -0000</pubDate><guid>https://sourceforge.netf50eed5f4b9eb5c86a987f5279e37feb56b6c5e8</guid></item></channel></rss>