<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://devwiki.neosys.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ashley</id>
	<title>NEOSYS Dev Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://devwiki.neosys.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ashley"/>
	<link rel="alternate" type="text/html" href="https://devwiki.neosys.com/index.php/Special:Contributions/Ashley"/>
	<updated>2026-04-07T01:03:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://devwiki.neosys.com/index.php?title=Log_of_an_installation_of_libexodus_on_Ubuntu_8.04.1_LTS&amp;diff=491</id>
		<title>Log of an installation of libexodus on Ubuntu 8.04.1 LTS</title>
		<link rel="alternate" type="text/html" href="https://devwiki.neosys.com/index.php?title=Log_of_an_installation_of_libexodus_on_Ubuntu_8.04.1_LTS&amp;diff=491"/>
		<updated>2009-06-29T06:34:06Z</updated>

		<summary type="html">&lt;p&gt;Ashley: install repeated on apt-get command line&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Preparation ===&lt;br /&gt;
&lt;br /&gt;
 sudo su -&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install postgresql-8.3 libpq-dev libicu-dev build-essential subversion&lt;br /&gt;
&lt;br /&gt;
=== Boost version 1_35 ===&lt;br /&gt;
&lt;br /&gt;
(only 1_34 available by apt-get)&lt;br /&gt;
&lt;br /&gt;
 wget http://downloads.sourceforge.net/boost/boost_1_35_0.tar.bz2&lt;br /&gt;
 tar xvf boost_1_35_0.tar.bz2&lt;br /&gt;
 cd boost_1_35_0&lt;br /&gt;
 ./configure --with-libraries=date_time,filesystem,regex,system,thread&lt;br /&gt;
 nano Makefile&lt;br /&gt;
 .. and add -j4 variant=release link=shared  to the end of the line BJAM_CONFIG=&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
 ldconfig&lt;br /&gt;
&lt;br /&gt;
=== Exodus ===&lt;br /&gt;
&lt;br /&gt;
(pgexodus (which allows &amp;quot;sort/select/index by&amp;quot;) isnt included in this quick install)&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/exodus&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
 ldconfig&lt;br /&gt;
 ln -s /usr/local/include/exodus-9.6/exodus /usr/local/include/exodus &lt;br /&gt;
&lt;br /&gt;
=== Testing ===&lt;br /&gt;
&lt;br /&gt;
 nano tester.cpp&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 #include &amp;lt;exodus/exodus.h&amp;gt;&lt;br /&gt;
 int main() {&lt;br /&gt;
	date().oconv(&amp;quot;D&amp;quot;).outputln();&lt;br /&gt;
 }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 g++ tester.cpp -lexodus-9.6 -I/usr/local/include/exodus&lt;br /&gt;
&lt;br /&gt;
 /a.out&lt;br /&gt;
&lt;br /&gt;
 25 JUN 2009&lt;/div&gt;</summary>
		<author><name>Ashley</name></author>
	</entry>
</feed>