<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shawn</id>
	<title>Noisebridge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shawn"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/Shawn"/>
	<updated>2026-04-05T14:03:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Distcc&amp;diff=28334</id>
		<title>Distcc</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Distcc&amp;diff=28334"/>
		<updated>2012-12-07T14:15:14Z</updated>

		<summary type="html">&lt;p&gt;Shawn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;distcc is setup on 3 computers at noisebridge. to list them on your computer (with avahi-utils installed), type &amp;quot;avahi-browse -a | grep distcc&amp;quot;. quaggadell is 32-bit, the others are 64-bit. I will fix quaggadell to be 64-bit some day&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to compile&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
export PATH=/usr/lib/distcc:$PATH&lt;br /&gt;
export DISTCC_HOSTS=&amp;quot;--randomize 212.4.6.8 1.6.4.2&amp;quot;&amp;lt;/code&amp;gt; and then the ips of the servers above seperated by spaces. (hostnames are ok, with .local, but you must have libmdns installed, and avahi daemon running)&lt;br /&gt;
&lt;br /&gt;
also, DEB_BUILD_OPTIONS=parallel=8 or MAKEFLAGS=-j8, or just &amp;quot;make -j8&amp;quot; to do a parallel build&lt;br /&gt;
&lt;br /&gt;
for cross compiling google &amp;quot;gentoo distcc cross compile&amp;quot; to call the compiler by its fully qualified name using a wrapper with exec. please patch distcc to do this automatically before i get my lazy ass around to it....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
TODO: g++|*-multiarch and implementing fully-qualified names using my gcc-defaults patch, so 32-bit and 64-bit hosts can be equilivent for semi-native compiles.&lt;br /&gt;
&lt;br /&gt;
TODO: fix this crappy page&lt;/div&gt;</summary>
		<author><name>Shawn</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Distcc&amp;diff=28333</id>
		<title>Distcc</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Distcc&amp;diff=28333"/>
		<updated>2012-12-07T14:14:47Z</updated>

		<summary type="html">&lt;p&gt;Shawn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;distcc is setup on 3 computers at noisebridge. to list them on your computer (with avahi-utils installed), type &amp;quot;avahi-browse -a | grep distcc&amp;quot;. quaggadell is 32-bit, the others are 64-bit. I will fix quaggadell to be 64-bit some day&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to compile&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
export PATH=/usr/lib/distcc:$PATH&lt;br /&gt;
export DISTCC_HOSTS=&amp;quot;--randomize 212.4.6.8 1.6.4.2&amp;quot;&amp;lt;/code&amp;gt; and then the ips of the servers above seperated by spaces. (hostnames are ok, with .local, but you must have libmdns installed, and avahi daemon running)&lt;br /&gt;
&lt;br /&gt;
also, DEB_BUILD_OPTIONS=parallel=8 or MAKEFLAGS=-j8, or just &amp;quot;make -j8&amp;quot; to do a parallel build&lt;br /&gt;
&lt;br /&gt;
for cross compiling google &amp;quot;gentoo distcc cross compile&amp;quot; to call the compiler by its fully qualified name using a wrapper with exec. please patch distcc to do this automatically before i get my lazy ass around to it....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
TODO: g++|*-multiarch and implementing fully-qualified names using my gcc-defaults patch, so 32-bit and 64-bit hosts can be equilivent for semi-native compiles.&lt;/div&gt;</summary>
		<author><name>Shawn</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Distcc&amp;diff=28332</id>
		<title>Distcc</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Distcc&amp;diff=28332"/>
		<updated>2012-12-07T14:14:04Z</updated>

		<summary type="html">&lt;p&gt;Shawn: distcc usage documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;distcc is setup on 3 computers at noisebridge. to list them on your computer (with avahi-utils installed), type &amp;quot;avahi-browse -a | grep distcc&amp;quot;. quaggadell is 32-bit, the others are 64-bit. I will fix quaggadell some day&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to compile&lt;br /&gt;
&lt;br /&gt;
export PATH=/usr/lib/distcc:$PATH&lt;br /&gt;
export DISTCC_HOSTS=&amp;quot;--randomize&amp;quot; and then the ips of the servers above seperated by spaces. (hostnames are ok, with .local, but you must have libmdns installed, and avahi daemon running)&lt;br /&gt;
&lt;br /&gt;
also, DEB_BUILD_OPTIONS=parallel=8 or MAKEFLAGS=-j8, or just &amp;quot;make -j8&amp;quot; to do a parallel build&lt;br /&gt;
&lt;br /&gt;
for cross compiling google &amp;quot;gentoo distcc cross compile&amp;quot; to call the compiler by its fully qualified name using a wrapper with exec. please patch distcc to do this automatically before i get my lazy ass around to it....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
TODO: g++|*-multiarch and implementing fully-qualified names using my gcc-defaults patch, so 32-bit and 64-bit hosts can be equilivent for semi-native compiles.&lt;/div&gt;</summary>
		<author><name>Shawn</name></author>
	</entry>
</feed>