<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://morison.biz/technotes/feeds/rss.css" ?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:icbm="http://postneo.com/icbm/" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:wfw="http://wellformedweb.org/CommentAPI/" >

<channel>
	<title>Dec. 2009</title>
	<link>http://morison.biz/technotes/categories/39</link>
	<description></description>
	<language>en</language>
	<copyright>2006-2008, Rod Morison Software</copyright>
	<managingEditor>technotes@morison.biz</managingEditor>
	<lastBuildDate>Fri, 10 Sep 2010 01:30:35 GMT</lastBuildDate>
	<generator>Yet Another Community System</generator>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>70</ttl>

	<item>
		<title>Boost C++ Dev Setup</title>
		<link>http://morison.biz/technotes/articles/50</link>
		<guid isPermaLink="true">http://morison.biz/technotes/articles/50</guid>
		<description>Get Python

I use boost.python, so python must be installed before building boost. No need to build from source, just get the Windows installer from http://python.org/. I'm using python 2.6 right now, haven't tried the 3.X series yet. Add C:\Python26 to your Windows PATH environment variable. (You can do it when you modify that below.)
Boost Build

The boost windows docs has all the instructions you really need to build boost. This guide only adapts that to my local dev conventions
 Get the boost source from http://sourceforge.net/projects/boost/files/
 Also, get the Windows bjam .exe, currently ... more  </description>
		<dc:creator>rod</dc:creator>
		<category>C++</category>
		<pubDate>Mon, 31 May 2010 14:29:36 GMT</pubDate>
		<comments>http://morison.biz/technotes/articles/50#comments</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>http://morison.biz/technotes/comments/post.php/article/50</wfw:comment>
		<wfw:commentRss>http://morison.biz/technotes/comments/feed.php/article/50</wfw:commentRss>
		<trackback:ping>http://morison.biz/technotes/links/trackback.php?anchor=article%3A50</trackback:ping>
	</item>

</channel>
</rss>