| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.33 2006/02/18 23:21:44 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.34 2006/02/21 16:50:58 jkt Exp $ --> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/distcc.xml"> |
5 | <guide link="/doc/en/distcc.xml"> |
| 6 | |
6 | |
| 7 | <title>Gentoo Distcc Documentation</title> |
7 | <title>Gentoo Distcc Documentation</title> |
| 8 | |
8 | |
| … | |
… | |
| 28 | <abstract> |
28 | <abstract> |
| 29 | This document serves as a HOWTO for using distcc with Gentoo. |
29 | This document serves as a HOWTO for using distcc with Gentoo. |
| 30 | </abstract> |
30 | </abstract> |
| 31 | |
31 | |
| 32 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
32 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 33 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
33 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 34 | <license/> |
34 | <license/> |
| 35 | |
35 | |
| 36 | <version>1.14</version> |
36 | <version>1.15</version> |
| 37 | <date>2006-02-18</date> |
37 | <date>2006-02-18</date> |
| 38 | |
38 | |
| 39 | <chapter> |
39 | <chapter> |
| 40 | <title>Introduction</title> |
40 | <title>Introduction</title> |
| 41 | <section> |
41 | <section> |
| … | |
… | |
| 252 | --> |
252 | --> |
| 253 | <p> |
253 | <p> |
| 254 | Boot your new box with a Gentoo Linux LiveCD and follow the <uri |
254 | Boot your new box with a Gentoo Linux LiveCD and follow the <uri |
| 255 | link="/doc/en/handbook/handbook-x86.xml?part=1">installation instructions</uri> |
255 | link="/doc/en/handbook/handbook-x86.xml?part=1">installation instructions</uri> |
| 256 | up until the bootstrapping part. (See the <uri |
256 | up until the bootstrapping part. (See the <uri |
| 257 | link="http://www.gentoo.org/doc/en/faq.xml#stage12">Gentoo FAQ</uri> for more |
257 | link="/doc/en/faq.xml#stage12">Gentoo FAQ</uri> for more information about |
| 258 | information about bootstrapping.) Then configure Portage to use distcc: |
258 | bootstrapping.) Then configure Portage to use distcc: |
| 259 | </p> |
259 | </p> |
| 260 | |
260 | |
| 261 | <pre caption="Preliminary Setup"> |
261 | <pre caption="Preliminary Setup"> |
| 262 | # <i>nano -w /etc/make.conf</i> |
262 | # <i>nano -w /etc/make.conf</i> |
| 263 | <comment>(Add distcc to the FEATURES</comment> |
263 | <comment>(Add distcc to the FEATURES</comment> |