Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-linux.xml
Date: Sat, 01 Dec 2007 14:24:54
Message-Id: E1IyTGz-0003RI-P5@stork.gentoo.org
1 grobian 07/12/01 14:24:49
2
3 Modified: bootstrap-linux.xml
4 Log:
5 note that we need a C++ compiler
6
7 Revision Changes Path
8 1.15 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?r1=1.14&r2=1.15
13
14 Index: bootstrap-linux.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- bootstrap-linux.xml 1 Dec 2007 14:17:16 -0000 1.14
21 +++ bootstrap-linux.xml 1 Dec 2007 14:24:49 -0000 1.15
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v 1.14 2007/12/01 14:17:16 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v 1.15 2007/12/01 14:24:49 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-linux.xml" lang="en">
29 <title>Gentoo Prefixed Portage Bootstrap Process for Linux</title>
30 @@ -19,7 +19,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.3</version>
35 + <version>1.4</version>
36 <date>2007-12-01</date>
37
38 <chapter>
39 @@ -50,7 +50,8 @@
40 <p>
41 As prerequisite, you need a GCC compiler, the GNU binutils
42 linker and system headers, such that source code can be
43 - compiled into working executables.
44 + compiled into working executables. Note that this document
45 + assumes you have both gcc and g++ available on your system.
46 </p>
47 <p>
48 The first step is to choose a path to install into. We refer
49
50
51
52 --
53 gentoo-commits@g.o mailing list