<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Install source code in tar.gz packages in Kubuntu</title>
	<atom:link href="http://www.internetspotter.com/2009/01/25/install-source-code-in-targz-packages-in-kubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.internetspotter.com/2009/01/25/install-source-code-in-targz-packages-in-kubuntu/</link>
	<description>Spotting the internet</description>
	<lastBuildDate>Tue, 07 Sep 2010 01:14:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jan</title>
		<link>http://www.internetspotter.com/2009/01/25/install-source-code-in-targz-packages-in-kubuntu/comment-page-1/#comment-740</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 15 Feb 2009 18:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.internetspotter.com/?p=152#comment-740</guid>
		<description>What a great guide on a great site!

Some comments though. First: How to read a readme file. You can print the contents of the readme file by typing:

cat README

This way you don&#039;t have to start the resource intensive application nano. Also, you don&#039;t have to close it afterwards, so this way you&#039;ll not only end up needing less computer resources, but also less energy.

Furthermore, the make clean isn&#039;t really effective. To clean up the mess caused by the compilation of your app, you can delete by following the steps below:

1) cd into the root of the directory of the source files (eg. &quot;cd /path/to/source/files&quot;)
2) type &quot;sudo rm -R map/&quot; without the quote. You may need to type in your root password now.
3) Wait some time. Afterwards reboot your computer to flush your RAM cache. The folder and compilation mess will now be effectively removed.</description>
		<content:encoded><![CDATA[<p>What a great guide on a great site!</p>
<p>Some comments though. First: How to read a readme file. You can print the contents of the readme file by typing:</p>
<p>cat README</p>
<p>This way you don&#8217;t have to start the resource intensive application nano. Also, you don&#8217;t have to close it afterwards, so this way you&#8217;ll not only end up needing less computer resources, but also less energy.</p>
<p>Furthermore, the make clean isn&#8217;t really effective. To clean up the mess caused by the compilation of your app, you can delete by following the steps below:</p>
<p>1) cd into the root of the directory of the source files (eg. &#8220;cd /path/to/source/files&#8221;)<br />
2) type &#8220;sudo rm -R map/&#8221; without the quote. You may need to type in your root password now.<br />
3) Wait some time. Afterwards reboot your computer to flush your RAM cache. The folder and compilation mess will now be effectively removed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
