Changeset 1391 for branches/GNU/src/gcc/INSTALL/download.html
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/INSTALL/download.html
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 1 <html lang="en"><head> 1 <html lang="en"> 2 <head> 2 3 <title>Downloading GCC</title> 3 4 <meta http-equiv="Content-Type" content="text/html"> 4 <meta name=description content="Downloading GCC"> 5 <meta name=generator content="makeinfo 4.0"> 6 <link href="http://texinfo.org/" rel=generator-home> 7 </head><body> 5 <meta name="description" content="Downloading GCC"> 6 <meta name="generator" content="makeinfo 4.6"> 7 <!-- 8 Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 9 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 10 <br><p> 11 <p>Permission is granted to copy, distribute and/or modify this document 12 under the terms of the GNU Free Documentation License, Version 1.2 or 13 any later version published by the Free Software Foundation; with no 14 Invariant Sections, the Front-Cover texts being (a) (see below), and 15 with the Back-Cover Texts being (b) (see below). A copy of the 16 license is included in the section entitled "<a href="./gfdl.html">GNU Free Documentation License</a>". 8 17 9 <p>G<p>CC is distributed via <a href="http://gcc.gnu.org/cvs.html">CVS</a> and FTP 18 <p>(a) The FSF's Front-Cover Text is: 19 20 <p>A GNU Manual 21 22 <p>(b) The FSF's Back-Cover Text is: 23 24 <p>You have freedom to copy and modify this GNU Manual, like GNU 25 software. Copies published by the Free Software Foundation raise 26 funds for GNU development.--> 27 <meta http-equiv="Content-Style-Type" content="text/css"> 28 <style type="text/css"><!-- 29 pre.display { font-family:inherit } 30 pre.format { font-family:inherit } 31 pre.smalldisplay { font-family:inherit; font-size:smaller } 32 pre.smallformat { font-family:inherit; font-size:smaller } 33 pre.smallexample { font-size:smaller } 34 pre.smalllisp { font-size:smaller } 35 --></style> 36 </head> 37 <body> 38 <h1 class="settitle">Downloading GCC</h1> 39 GCC is distributed via <a href="http://gcc.gnu.org/cvs.html">CVS</a> and FTP 10 40 tarballs compressed with <code>gzip</code> or 11 41 <code>bzip2</code>. It is possible to download a full distribution or specific 12 42 components. 13 43 14 <p>Please refer to our <a href="http://gcc.gnu.org/releases.html">releases web page</a>44 <p>Please refer to our <a href="http://gcc.gnu.org/releases.html">releases web page</a> 15 45 for information on how to obtain GCC. 16 46 17 <p>The full distribution includes the C, C++, Objective-C, Fortran, Java,47 <p>The full distribution includes the C, C++, Objective-C, Fortran, Java, 18 48 and Ada (in case of GCC 3.1 and later) compilers. The full distribution 19 49 also includes runtime libraries for C++, Objective-C, Fortran, and Java. … … 21 51 in the full distribution. 22 52 23 <p>If you choose to download specific components, you must download the core53 <p>If you choose to download specific components, you must download the core 24 54 GCC distribution plus any language specific distributions you wish to 25 55 use. The core distribution includes the C language front end as well as the … … 27 57 front end as well as the language runtime (when appropriate). 28 58 29 <p>Unpack the core distribution as well as any language specific59 <p>Unpack the core distribution as well as any language specific 30 60 distributions in the same directory. 31 61 32 <p>If you also intend to build binutils (either to upgrade an existing62 <p>If you also intend to build binutils (either to upgrade an existing 33 63 installation or for use in place of the corresponding tools of your 34 64 OS), unpack the binutils distribution either in the same directory or … … 36 66 components of the binutils you intend to build alongside the compiler 37 67 (<code>bfd</code>, <code>binutils</code>, <code>gas</code>, <code>gprof</code>, <code>ld</code>, 38 <code>opcodes</code>, <small >...</small>) to the directory containing the GCC sources.68 <code>opcodes</code>, <small class="dots">...</small>) to the directory containing the GCC sources. 39 69 40 <hr />70 <hr /> 41 71 <p> 42 72 <a href="./index.html">Return to the GCC Installation page</a> 43 73 44 </body></html>74 </body></html> 45 75 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.