<?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/"
	>

<channel>
	<title>IT Farmer的博客 &#187; build</title>
	<atom:link href="http://www.it-farmer.com/tag/build/feed" rel="self" type="application/rss+xml" />
	<link>http://www.it-farmer.com</link>
	<description>关于软件, 技术, 生活的点滴记录</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:50:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HowTos: 在Debian 5 (Lenny) 上编译firefox</title>
		<link>http://www.it-farmer.com/how-to-compile-firefox-or-iceweasel-on-debian-5-lenny.html</link>
		<comments>http://www.it-farmer.com/how-to-compile-firefox-or-iceweasel-on-debian-5-lenny.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 05:49:38 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[开发]]></category>
		<category><![CDATA[开源]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=415</guid>
		<description><![CDATA[刚安装了Debian 5,试一下编译Firefox. 有如下要点：(注意命令在root下执行）. 基本上参看官方指南，　https://developer.mozilla.org/en/Linux_Build_Prerequisites，　但也有些不同． 1. 安装编译工具 sudo apt-get install build-essential 2. 安装firefox的依赖库： sudo apt-get install iceweasel iceweasel是firefox在Debian的发布版．我运行sudo apt-get install firefox，会报找不到包的错误 sudo apt-get install libdbus-glib-1-dev curl apt-get install mercurial libasound2-dev libcurl4-openssl-dev libnotify-dev libxt-dev libiw-dev mesa-common-dev autoconf2.13 在编译中遇到个奇怪的错误 &#8220;Your compiler does not follow the C++ specification for temporary object destruction order.&#8221; 但删除configure重新生成后，错误消失了．我估计是autoconf的问题．　 Related Posts:Compile Praat on linuxBuild [...]]]></description>
		<wfw:commentRss>http://www.it-farmer.com/how-to-compile-firefox-or-iceweasel-on-debian-5-lenny.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build firefox 3 trunk on ubuntu</title>
		<link>http://www.it-farmer.com/build-firefox-3-trunk-on-ubuntu.html</link>
		<comments>http://www.it-farmer.com/build-firefox-3-trunk-on-ubuntu.html#comments</comments>
		<pubDate>Sun, 04 May 2008 04:49:13 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[firefox 3]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=139</guid>
		<description><![CDATA[Here are the steps I used: 1. get client.ml $ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/client.mk 2. sync firefox code $ cd mozilla $ make -f client.mk checkout MOZ_CO_PROJECT=browser 3. create .mozconfig . $topsrcdir/browser/config/mozconfig mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt-static ac_add_options --enable-optimize ac_add_options --disable-debug #ac_add_options --enable-static #ac_add_options --disable-shared #ac_add_options --disable-libxul ac_add_options --disable-tests 4.  install build dependency libs sudo apt-get build-dep firefox [...]]]></description>
		<wfw:commentRss>http://www.it-farmer.com/build-firefox-3-trunk-on-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu：如何安装开发工具</title>
		<link>http://www.it-farmer.com/install-build-essential-for-ubuntu.html</link>
		<comments>http://www.it-farmer.com/install-build-essential-for-ubuntu.html#comments</comments>
		<pubDate>Fri, 02 May 2008 13:27:45 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[essential]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=135</guid>
		<description><![CDATA[Ubuntu缺省安装似乎并没有完整的开发工具。 如果想编译一些开源程序，下面这条命令可以安装所需要的编译工具： sudo aptitude install build-essential Related Posts:Ubuntu很不错Build firefox 3 trunk on ubuntu在Ubuntu 64下运行32位程序的方法Ubuntu 8发布了小技巧：Ubuntu访问Vista的共享目录Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/install-build-essential-for-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
