<?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: Learning how to build from source</title>
	<atom:link href="http://www.everyjoe.com/newlinuxuser/learning-how-to-build-from-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com/newlinuxuser/learning-how-to-build-from-source/</link>
	<description>Linux Tips - Information for Using Linux</description>
	<lastBuildDate>Thu, 10 Dec 2009 13:25:35 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alvlin</title>
		<link>http://www.everyjoe.com/newlinuxuser/learning-how-to-build-from-source/comment-page-1/#comment-1115</link>
		<dc:creator>alvlin</dc:creator>
		<pubDate>Mon, 10 Mar 2008 14:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/learning-how-to-build-from-source/#comment-1115</guid>
		<description>Wait a second: what are you compiling?
are you telling me that if I want to compile Audacity (is the first program that came to my mind) I can break my system?

That&#039;s not true at all, unless you&#039;re trying to compile the kernel or a system library like glib.

./configure &amp;&amp; make &amp;&amp; make install will do the trick in the 99% of the cases.

If you have a package compiled for your distribution, don&#039;t compile, is much easier to install the precompiled package.

If you still want to compile, you only have to remember 1 thing: don&#039;t delete the source folder.
If the program doesn&#039;t work, you just execute &quot;make uninstall&quot; and the program is gone.

Without restarting the system (just in case, it depends on what are you installing, but a &quot;big&quot; library may have been replaced. Still, this is not the usual case), if needed, restart the package that came with the distribution.

No damage done to the system, no remaining files (some empty directories may stay).

Command line and compiling is not something to be afraid of. We need to stop saying things like &quot;this is not scary&quot;, &#039;cause that makes people think that it actually is :-)</description>
		<content:encoded><![CDATA[<p>Wait a second: what are you compiling?<br />
are you telling me that if I want to compile Audacity (is the first program that came to my mind) I can break my system?</p>
<p>That&#8217;s not true at all, unless you&#8217;re trying to compile the kernel or a system library like glib.</p>
<p>./configure &amp;&amp; make &amp;&amp; make install will do the trick in the 99% of the cases.</p>
<p>If you have a package compiled for your distribution, don&#8217;t compile, is much easier to install the precompiled package.</p>
<p>If you still want to compile, you only have to remember 1 thing: don&#8217;t delete the source folder.<br />
If the program doesn&#8217;t work, you just execute &#8220;make uninstall&#8221; and the program is gone.</p>
<p>Without restarting the system (just in case, it depends on what are you installing, but a &#8220;big&#8221; library may have been replaced. Still, this is not the usual case), if needed, restart the package that came with the distribution.</p>
<p>No damage done to the system, no remaining files (some empty directories may stay).</p>
<p>Command line and compiling is not something to be afraid of. We need to stop saying things like &#8220;this is not scary&#8221;, &#8217;cause that makes people think that it actually is <img src='http://www.everyjoe.com/newlinuxuser/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>