| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.56 2006/06/29 13:27:47 rane Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.57 2006/06/29 13:36:34 rane Exp $ --> |
| 3 | |
3 | |
| 4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 5 | |
5 | |
| 6 | <guide link="/doc/en/gentoo-x86-quickinstall.xml" lang="en"> |
6 | <guide link="/doc/en/gentoo-x86-quickinstall.xml" lang="en"> |
| 7 | <title>Gentoo Linux x86 Quick Install Guide</title> |
7 | <title>Gentoo Linux x86 Quick Install Guide</title> |
| … | |
… | |
| 23 | |
23 | |
| 24 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
24 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 25 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
25 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 26 | <license/> |
26 | <license/> |
| 27 | |
27 | |
| 28 | <version>4</version> |
28 | <version>5</version> |
| 29 | <date>2006-06-29</date> |
29 | <date>2006-06-29</date> |
| 30 | |
30 | |
| 31 | <chapter> |
31 | <chapter> |
| 32 | <title>Introduction</title> |
32 | <title>Introduction</title> |
| 33 | <section> |
33 | <section> |
| … | |
… | |
| 790 | deal with the odd broken ebuild or package. If you'd rather keep your system |
790 | deal with the odd broken ebuild or package. If you'd rather keep your system |
| 791 | stable, don't add the <c>ACCEPT_KEYWORDS</c> variable. Adding |
791 | stable, don't add the <c>ACCEPT_KEYWORDS</c> variable. Adding |
| 792 | <c>FEATURES="parallel-fetch ccache"</c> is also a good idea. |
792 | <c>FEATURES="parallel-fetch ccache"</c> is also a good idea. |
| 793 | </p> |
793 | </p> |
| 794 | |
794 | |
| 795 | <note> |
|
|
| 796 | At the time of writing, the ~x86 version of <c>portage</c> is significantly |
|
|
| 797 | faster when updating its cache. Even if you stick to the x86 keyword, you might |
|
|
| 798 | want to use the ~x86 version of Portage. Check the <uri |
|
|
| 799 | link="/doc/en/handbook/handbook-x86.xml?part=3&chap=3#doc_chap2">Mixing |
|
|
| 800 | Stable with Testing</uri> chapter if you forgot how to do this. |
|
|
| 801 | </note> |
|
|
| 802 | |
|
|
| 803 | <pre caption="Last edit of make.conf"> |
795 | <pre caption="Last edit of make.conf"> |
| 804 | mybox etc # <i>nano -w make.conf</i> |
796 | mybox etc # <i>nano -w make.conf</i> |
| 805 | <comment>(Set -march to your CPU type in CFLAGS)</comment> |
797 | <comment>(Set -march to your CPU type in CFLAGS)</comment> |
| 806 | CFLAGS="-O2 -march=<i>athlon-xp</i> -pipe" |
798 | CFLAGS="-O2 -march=<i>athlon-xp</i> -pipe" |
| 807 | <comment>(Add the following line)</comment> |
799 | <comment>(Add the following line)</comment> |