<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A Byte of π</title>
	<atom:link href="http://byteofpi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://byteofpi.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 25 Jul 2008 15:11:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='byteofpi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A Byte of π</title>
		<link>http://byteofpi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://byteofpi.wordpress.com/osd.xml" title="A Byte of π" />
	<atom:link rel='hub' href='http://byteofpi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Beginner&#8217;s Guide to Compiling C and C++ Software in Linux</title>
		<link>http://byteofpi.wordpress.com/2008/06/17/beginners-guide-to-compiling-c-and-c-software-in-linux/</link>
		<comments>http://byteofpi.wordpress.com/2008/06/17/beginners-guide-to-compiling-c-and-c-software-in-linux/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 04:00:46 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[compiling]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://byteofpi.wordpress.com/?p=10</guid>
		<description><![CDATA[For people that are new to the GNU/Linux operating system, compiling software can be confusing. However, somewhat simple C and C++ packages can often be compiled with little to no hassle. Before you begin, open up your package manager to verify that you have the “gcc” compiler installed. (This may include Synaptic and KPackage) Many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteofpi.wordpress.com&amp;blog=3974371&amp;post=10&amp;subd=byteofpi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For people that are new to the GNU/Linux operating system, compiling software can be confusing. However, somewhat simple C and C++ packages can often be compiled with little to no hassle.</p>
<p>Before you begin, open up your package manager to verify that you have the “gcc” compiler installed. (This may include Synaptic and KPackage) Many GNU/Linux distributions that make claims towards user friendliness often do not include this in the default install. If you are on Ubuntu, you want the <strong>build-essential</strong> package.</p>
<p>Open up your terminal at this point. On the menu, this is often found in the System category. If you are unable to find this, you can run the program <b>xterm</b>.</p>
<p>Now you need to extract the source code. From the command line, use <strong>tar xfjv yourfilenamehere</strong> for .tar.bz2 files and <strong>tar xfvz yourfilenamehere</strong> for .tar.gz files. If you have source code in a zip file, use <strong>unzip yourfilenamehere</strong>.</p>
<p>Finally, we are going to change to the directory that was generated. Type in cd nameofdircetory to get there. If you are unsure as to the exact name, simply use the command: <strong>ls</strong>. This will list all of the files and directories in your home directory.</p>
<p>Now you are ready to actually compile the program. Use the following commands one after another. If they do not work, you need to consult the INSTALL file (<strong>more INSTALL</strong>) for instructions.</p>
<p>./configure<br />
sudo make<br />
sudo make install</p>
<p>If you encounter any errors after running ./configure, you probably need to install libraries. For compiling softwrare, you need to find the library that has -dev or -devel at the end of the name in your package manager, or it will not be usable to the compiler. For instance, if libglade were missing, you would need to install libglade-dev or libglade-devel.</p>
<p>Good job! You should now have a program compiled. There can be problems, especially with larger programs. If all searches and these tips fail, you may have to look for furthur documentation.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/byteofpi.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/byteofpi.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/byteofpi.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/byteofpi.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/byteofpi.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/byteofpi.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/byteofpi.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/byteofpi.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/byteofpi.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/byteofpi.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/byteofpi.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/byteofpi.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/byteofpi.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/byteofpi.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/byteofpi.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/byteofpi.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteofpi.wordpress.com&amp;blog=3974371&amp;post=10&amp;subd=byteofpi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://byteofpi.wordpress.com/2008/06/17/beginners-guide-to-compiling-c-and-c-software-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f70ae64797eabc24f1b805e92fa0acaf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Jake</media:title>
		</media:content>
	</item>
		<item>
		<title>Set up AdblocK in Konqueror 3.5</title>
		<link>http://byteofpi.wordpress.com/2008/06/14/set-up-adblock-in-konqueror-35/</link>
		<comments>http://byteofpi.wordpress.com/2008/06/14/set-up-adblock-in-konqueror-35/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 19:41:06 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[adblock]]></category>
		<category><![CDATA[advertisements]]></category>
		<category><![CDATA[filterset.g]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[konqueror]]></category>

		<guid isPermaLink="false">http://byteofpi.wordpress.com/?p=5</guid>
		<description><![CDATA[This article is now here: http://knol.google.com/k/jake-wasdin/-/muvg703zfxd5/2?upload=1#view<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteofpi.wordpress.com&amp;blog=3974371&amp;post=5&amp;subd=byteofpi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This article is now here: <a href="http://knol.google.com/k/jake-wasdin/-/muvg703zfxd5/2?upload=1#view">http://knol.google.com/k/jake-wasdin/-/muvg703zfxd5/2?upload=1#view</p>
<p></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/byteofpi.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/byteofpi.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/byteofpi.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/byteofpi.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/byteofpi.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/byteofpi.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/byteofpi.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/byteofpi.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/byteofpi.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/byteofpi.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/byteofpi.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/byteofpi.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/byteofpi.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/byteofpi.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/byteofpi.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/byteofpi.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteofpi.wordpress.com&amp;blog=3974371&amp;post=5&amp;subd=byteofpi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://byteofpi.wordpress.com/2008/06/14/set-up-adblock-in-konqueror-35/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f70ae64797eabc24f1b805e92fa0acaf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Jake</media:title>
		</media:content>
	</item>
	</channel>
</rss>
