<?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=Building_Boost_from_scratch_on_Ubuntu_10.04_LTS</id>
	<title>Building Boost from scratch on Ubuntu 10.04 LTS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://devwiki.neosys.com/index.php?action=history&amp;feed=atom&amp;title=Building_Boost_from_scratch_on_Ubuntu_10.04_LTS"/>
	<link rel="alternate" type="text/html" href="https://devwiki.neosys.com/index.php?title=Building_Boost_from_scratch_on_Ubuntu_10.04_LTS&amp;action=history"/>
	<updated>2026-04-07T01:10:32Z</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=Building_Boost_from_scratch_on_Ubuntu_10.04_LTS&amp;diff=1259&amp;oldid=prev</id>
		<title>Steve: Created page with &#039;&lt;pre&gt;  #IT IS CRITICAL THAT BOOST-DEVEL IS *NOT* INSTALLED AND ALL OTHER BOOST DEV LIBS ARE UNINSTALLED ###yum -y remove boost-devel sudo apt-get -y remove libboost-dev  ###yum -…&#039;</title>
		<link rel="alternate" type="text/html" href="https://devwiki.neosys.com/index.php?title=Building_Boost_from_scratch_on_Ubuntu_10.04_LTS&amp;diff=1259&amp;oldid=prev"/>
		<updated>2011-05-29T20:04:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;&amp;lt;pre&amp;gt;  #IT IS CRITICAL THAT BOOST-DEVEL IS *NOT* INSTALLED AND ALL OTHER BOOST DEV LIBS ARE UNINSTALLED ###yum -y remove boost-devel sudo apt-get -y remove libboost-dev  ###yum -…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#IT IS CRITICAL THAT BOOST-DEVEL IS *NOT* INSTALLED AND ALL OTHER BOOST DEV LIBS ARE UNINSTALLED&lt;br /&gt;
###yum -y remove boost-devel&lt;br /&gt;
sudo apt-get -y remove libboost-dev&lt;br /&gt;
&lt;br /&gt;
###yum -y install icu libicu libicu-devel&lt;br /&gt;
sudo apt-get -y install libicu-dev&lt;br /&gt;
&lt;br /&gt;
###yum -y install gcc-c++&lt;br /&gt;
sudo apt-get -y install g++&lt;br /&gt;
&lt;br /&gt;
cd ~&lt;br /&gt;
rm -f boost_1_46_1.tar.gz&lt;br /&gt;
wget http://sourceforge.net/projects/boost/files/boost/1.46.1/boost_1_46_1.tar.gz&lt;br /&gt;
echo untarring boost, be patient, lots of files.&lt;br /&gt;
tar xfz boost_1_46_1.tar.gz&lt;br /&gt;
cd boost_1_46_1&lt;br /&gt;
&lt;br /&gt;
#bjam should say &amp;quot;has_icu builds: yes&amp;quot; otherwise check your icu installation above&lt;br /&gt;
./bootstrap.sh&lt;br /&gt;
sudo ./bjam --with-date_time --with-filesystem --with-regex --with-system --with-thread -a install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
</feed>