<?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=Installing_boost_1.38</id>
	<title>Installing boost 1.38 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://devwiki.neosys.com/index.php?action=history&amp;feed=atom&amp;title=Installing_boost_1.38"/>
	<link rel="alternate" type="text/html" href="https://devwiki.neosys.com/index.php?title=Installing_boost_1.38&amp;action=history"/>
	<updated>2026-04-07T01:09:20Z</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=Installing_boost_1.38&amp;diff=962&amp;oldid=prev</id>
		<title>Steve: Created page with &#039;Download and unpack Boost Source   wget http://downloads.sourceforge.net/boost/boost_1_38_0.tar.bz2  tar xvf boost_1_38_0.tar.bz2  cd boost_1_38_0   ./configure --help  ./configu…&#039;</title>
		<link rel="alternate" type="text/html" href="https://devwiki.neosys.com/index.php?title=Installing_boost_1.38&amp;diff=962&amp;oldid=prev"/>
		<updated>2010-11-20T00:01:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;Download and unpack Boost Source   wget http://downloads.sourceforge.net/boost/boost_1_38_0.tar.bz2  tar xvf boost_1_38_0.tar.bz2  cd boost_1_38_0   ./configure --help  ./configu…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Download and unpack Boost Source&lt;br /&gt;
&lt;br /&gt;
 wget http://downloads.sourceforge.net/boost/boost_1_38_0.tar.bz2&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,iostreams,program_options,regex,system,thread&lt;br /&gt;
&lt;br /&gt;
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= xxxxxxxxxxxxx -j4 variant=release link=shared&lt;br /&gt;
&lt;br /&gt;
Build and install Boost&lt;br /&gt;
&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
Centos - Add &amp;quot;/usr/local/lib&amp;quot; to the list of lib directories to ensure that the boost libs can be found.&lt;br /&gt;
&lt;br /&gt;
 sudo nano /etc/ld.so.conf&lt;br /&gt;
&lt;br /&gt;
Ensure the new boost libraries are registered for use.&lt;br /&gt;
&lt;br /&gt;
 sudo /sbin/ldconfig&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;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
</feed>