<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://devwiki.neosys.com/index.php?action=history&amp;feed=atom&amp;title=OSX_10.5.5_Leopard</id>
	<title>OSX 10.5.5 Leopard - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://devwiki.neosys.com/index.php?action=history&amp;feed=atom&amp;title=OSX_10.5.5_Leopard"/>
	<link rel="alternate" type="text/html" href="https://devwiki.neosys.com/index.php?title=OSX_10.5.5_Leopard&amp;action=history"/>
	<updated>2026-04-07T01:10:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://devwiki.neosys.com/index.php?title=OSX_10.5.5_Leopard&amp;diff=1266&amp;oldid=prev</id>
		<title>Steve: moved OSX 10.5.5 (Leopard) to OSX 10.5.5 Leopard</title>
		<link rel="alternate" type="text/html" href="https://devwiki.neosys.com/index.php?title=OSX_10.5.5_Leopard&amp;diff=1266&amp;oldid=prev"/>
		<updated>2011-05-29T22:58:33Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/index.php/OSX_10.5.5_(Leopard)&quot; class=&quot;mw-redirect&quot; title=&quot;OSX 10.5.5 (Leopard)&quot;&gt;OSX 10.5.5 (Leopard)&lt;/a&gt; to &lt;a href=&quot;/index.php/OSX_10.5.5_Leopard&quot; title=&quot;OSX 10.5.5 Leopard&quot;&gt;OSX 10.5.5 Leopard&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:58, 29 May 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://devwiki.neosys.com/index.php?title=OSX_10.5.5_Leopard&amp;diff=647&amp;oldid=prev</id>
		<title>Steve: Created page with &#039;Installing Exodus on Mac is almost identical to installing on Linux but on older Macs it is a little harder to acquire and configure the dependencies.  This install was performed…&#039;</title>
		<link rel="alternate" type="text/html" href="https://devwiki.neosys.com/index.php?title=OSX_10.5.5_Leopard&amp;diff=647&amp;oldid=prev"/>
		<updated>2010-10-11T20:34:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;Installing Exodus on Mac is almost identical to installing on Linux but on older Macs it is a little harder to acquire and configure the dependencies.  This install was performed…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Installing Exodus on Mac is almost identical to installing on Linux but on older Macs it is a little harder to acquire and configure the dependencies.&lt;br /&gt;
&lt;br /&gt;
This install was performed on OSX 10.5.5 (Leopard)&lt;br /&gt;
&lt;br /&gt;
=== Installing dependencies ===&lt;br /&gt;
&lt;br /&gt;
==== Installing C++ compiler ====&lt;br /&gt;
&lt;br /&gt;
Older macs might need to install XCODE tools from http://developer.apple.com after free registration. This is unfortunately a large 1Gb download.&lt;br /&gt;
&lt;br /&gt;
Newer macs have XCODE tools installer in the Applications or Library folder and you just have to install it.&lt;br /&gt;
&lt;br /&gt;
The XCODE package includes subversion&lt;br /&gt;
&lt;br /&gt;
==== Installing Postgres ====&lt;br /&gt;
&lt;br /&gt;
http://www.postgresql.org/download/macosx&lt;br /&gt;
&lt;br /&gt;
http://www.enterprisedb.com/products/pgdownload.do#osx&lt;br /&gt;
&lt;br /&gt;
http://www.enterprisedb.com/getfile.jsp?fileid=484&lt;br /&gt;
&lt;br /&gt;
Once downloaded, just do a standard install and remember the admin user password.&lt;br /&gt;
&lt;br /&gt;
==== Installing Boost ====&lt;br /&gt;
&lt;br /&gt;
Minimum required is boost 1_33. Here we install 1.38.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Optionally get ICU to fully support unicode in boost regex. How to do this on Mac OSX is unknown at the moment.&lt;br /&gt;
&lt;br /&gt;
Download and unpack Boost Source&lt;br /&gt;
&lt;br /&gt;
In safari get http://downloads.sourceforge.net/boost/boost_1_38_0.tar.bz2 and move it to your home directory.&lt;br /&gt;
&lt;br /&gt;
Open a classic console shell (terminal)&lt;br /&gt;
&lt;br /&gt;
 cd ~&lt;br /&gt;
 tar xvf boost_1_38_0.tar.bz2&lt;br /&gt;
 cd boost_1_38_0&lt;br /&gt;
&lt;br /&gt;
 ./configure --help&lt;br /&gt;
 ./configure --with-libraries=date_time,filesystem,regex,thread&lt;br /&gt;
&lt;br /&gt;
Optionally, speed up the build of Boost by only doing the libraries and versions required. ADD additional config to the BJAM_CONFIG line as follows:&lt;br /&gt;
&lt;br /&gt;
 nano Makefile&lt;br /&gt;
&lt;br /&gt;
 BJAM_CONFIG= -j4 variant=release link=shared&lt;br /&gt;
&lt;br /&gt;
Build Boost&lt;br /&gt;
&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install Boost after becoming superuser&lt;br /&gt;
&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
Ensure boost includes can be found. This step might be eliminated in a better Exodos installer.&lt;br /&gt;
&lt;br /&gt;
 sudo ln -s /usr/local/include/boost-1_38/boost /usr/local/include/boost&lt;br /&gt;
&lt;br /&gt;
=== Building and Installing exodus ===&lt;br /&gt;
&lt;br /&gt;
Download Exodus using Subversion&lt;br /&gt;
&lt;br /&gt;
 cd ~&lt;br /&gt;
 mkdir exodus&lt;br /&gt;
 cd exodus&lt;br /&gt;
 svn co http://svn.neosys.com/svn/trunk&lt;br /&gt;
 cd trunk/exodus&lt;br /&gt;
&lt;br /&gt;
Ensure postgres can be found (change 8.3 to your version) and check pg_config can run&lt;br /&gt;
&lt;br /&gt;
 PATH=/Library/PostgreSQL/8.3/bin/:$PATH&lt;br /&gt;
 pg_config&lt;br /&gt;
&lt;br /&gt;
Confirm where your boost libraries are installed and what their suffix is if any.&lt;br /&gt;
&lt;br /&gt;
 find /usr | grep libboost&lt;br /&gt;
&lt;br /&gt;
Use a modified configure command using the boost library suffix from the previous step. The leading - is required.&lt;br /&gt;
&lt;br /&gt;
 ./configure.bsd -xgcc40-mt&lt;br /&gt;
&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
From here on the steps are almost identical to [[Log_of_an_installation_of_libexodus_on_Centos_5.3]] (start after &amp;quot;sudo make install&amp;quot;)&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
</feed>