<?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: Compiling Software From Source Code</title>
	<atom:link href="http://everydaylht.com/howtos/system-administration/compiling-software-from-source-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://everydaylht.com</link>
	<description>understandable linux tips and tricks</description>
	<lastBuildDate>Wed, 21 Mar 2012 21:07:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: admin</title>
		<link>http://everydaylht.com/howtos/system-administration/compiling-software-from-source-code/comment-page-1/#comment-19513</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 03 Jan 2012 21:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=53#comment-19513</guid>
		<description>I can only access the internets on my phone at the mo, so can&#039;t check what the issue is. However, I suspect that basket has now switched to using cmake. There should be a file in the directory you made that is named INSTALL or README. Have a look in those and there should be instructions on how to compile using cmake. I&#039;ll have to update this article, as most of the KDE projects have switched to cmake.</description>
		<content:encoded><![CDATA[<p>I can only access the internets on my phone at the mo, so can&#8217;t check what the issue is. However, I suspect that basket has now switched to using cmake. There should be a file in the directory you made that is named INSTALL or README. Have a look in those and there should be instructions on how to compile using cmake. I&#8217;ll have to update this article, as most of the KDE projects have switched to cmake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parviz</title>
		<link>http://everydaylht.com/howtos/system-administration/compiling-software-from-source-code/comment-page-1/#comment-19499</link>
		<dc:creator>Parviz</dc:creator>
		<pubDate>Tue, 03 Jan 2012 18:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=53#comment-19499</guid>
		<description>Hi, 
I downloaded basket-1.81 from this same website. Next, I uncompressed the file, changed into basket-1.81, and typed in the following command:
$ ./configure
The response was:
bash: ./configure: No such file or directory
I assume that the file that is responsible for configuring is missing.

Thanks for your assistance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I downloaded basket-1.81 from this same website. Next, I uncompressed the file, changed into basket-1.81, and typed in the following command:<br />
$ ./configure<br />
The response was:<br />
bash: ./configure: No such file or directory<br />
I assume that the file that is responsible for configuring is missing.</p>
<p>Thanks for your assistance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://everydaylht.com/howtos/system-administration/compiling-software-from-source-code/comment-page-1/#comment-19493</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 03 Jan 2012 17:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=53#comment-19493</guid>
		<description>I presume you mean you downloaded it from the link on the page. Once you&#039;ve downloaded it, you need to uncompress the tarball using the tar command, and then cd into the created directory. The configure script should be there. What is the error you are getting?</description>
		<content:encoded><![CDATA[<p>I presume you mean you downloaded it from the link on the page. Once you&#8217;ve downloaded it, you need to uncompress the tarball using the tar command, and then cd into the created directory. The configure script should be there. What is the error you are getting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parviz</title>
		<link>http://everydaylht.com/howtos/system-administration/compiling-software-from-source-code/comment-page-1/#comment-19490</link>
		<dc:creator>Parviz</dc:creator>
		<pubDate>Tue, 03 Jan 2012 17:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=53#comment-19490</guid>
		<description>Hi,
The above article is very nice. I tried to install basket, as downloaded from your website, following the instructions given above, but the configure file was not in the downloaded basket. How can I get it?

Thanks for your assistance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The above article is very nice. I tried to install basket, as downloaded from your website, following the instructions given above, but the configure file was not in the downloaded basket. How can I get it?</p>
<p>Thanks for your assistance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qt giving me a hard time. Could not fine make command</title>
		<link>http://everydaylht.com/howtos/system-administration/compiling-software-from-source-code/comment-page-1/#comment-9576</link>
		<dc:creator>Qt giving me a hard time. Could not fine make command</dc:creator>
		<pubDate>Sat, 06 Aug 2011 16:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=53#comment-9576</guid>
		<description>[...] The program probably needed to compile a module or plugin in order to run. If there&#039;s program that is not available as a &#039;binary&#039; file e.g. .deb or .rpm you might have to compile the program yourself. This is where you would use commandline. For compilation to work or succeed you need to have the packages required to compile a program already installed before starting. Once you have those, most of the time you would enter the folder with the source code in it and run: ./configure then make and finally make install.  Here&#039;s a brief overview of compiling: Compiling From Source Code [...]</description>
		<content:encoded><![CDATA[<p>[...] The program probably needed to compile a module or plugin in order to run. If there&#039;s program that is not available as a &#039;binary&#039; file e.g. .deb or .rpm you might have to compile the program yourself. This is where you would use commandline. For compilation to work or succeed you need to have the packages required to compile a program already installed before starting. Once you have those, most of the time you would enter the folder with the source code in it and run: ./configure then make and finally make install.  Here&#039;s a brief overview of compiling: Compiling From Source Code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://everydaylht.com/howtos/system-administration/compiling-software-from-source-code/comment-page-1/#comment-4201</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 02 Dec 2010 22:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=53#comment-4201</guid>
		<description>I&#039;m not sure why you would do that. CentOS is basically Red Hat Enterprise Linux without the branding. It is a complex web of software packages all designed to work closely together. Any advantages you may get from compiling the packages yourself (ie speed and only installing the packages you want), you would lose in time installing, and probably ending up with a non-functioning system. 

If you want to compile a distro from source, have a look at gentoo, which walks you through the whole process. I ran gentoo for a few years, and really enjoyed it, but it&#039;s hard work. </description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure why you would do that. CentOS is basically Red Hat Enterprise Linux without the branding. It is a complex web of software packages all designed to work closely together. Any advantages you may get from compiling the packages yourself (ie speed and only installing the packages you want), you would lose in time installing, and probably ending up with a non-functioning system. </p>
<p>If you want to compile a distro from source, have a look at gentoo, which walks you through the whole process. I ran gentoo for a few years, and really enjoyed it, but it&#8217;s hard work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://everydaylht.com/howtos/system-administration/compiling-software-from-source-code/comment-page-1/#comment-4199</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 02 Dec 2010 21:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=53#comment-4199</guid>
		<description>I want to compile CentOS from scratch but have no idea what advantages I could reap from doing that as opposed to installing a the standard pre-compiled release.

What can I leave out and what can I keep?</description>
		<content:encoded><![CDATA[<p>I want to compile CentOS from scratch but have no idea what advantages I could reap from doing that as opposed to installing a the standard pre-compiled release.</p>
<p>What can I leave out and what can I keep?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://everydaylht.com/howtos/system-administration/compiling-software-from-source-code/comment-page-1/#comment-2848</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 18 Sep 2010 02:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=53#comment-2848</guid>
		<description>You shouldn&#039;t need to compile firefox from source.  What distribution are you using?  You should use the distribution&#039;s package manager to install firefox.</description>
		<content:encoded><![CDATA[<p>You shouldn&#8217;t need to compile firefox from source.  What distribution are you using?  You should use the distribution&#8217;s package manager to install firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s14shyam</title>
		<link>http://everydaylht.com/howtos/system-administration/compiling-software-from-source-code/comment-page-1/#comment-2835</link>
		<dc:creator>s14shyam</dc:creator>
		<pubDate>Fri, 17 Sep 2010 13:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=53#comment-2835</guid>
		<description>This is by far the best article that I came across in the web to help in compiling software, but I just can get things right. Please help... I used the ./configure script to install Firefox, but the result says that there isn´t any such command or file. Please help. I´m damn new to Linux...</description>
		<content:encoded><![CDATA[<p>This is by far the best article that I came across in the web to help in compiling software, but I just can get things right. Please help&#8230; I used the ./configure script to install Firefox, but the result says that there isn´t any such command or file. Please help. I´m damn new to Linux&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

