download.html 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <html lang="en">
  2. <head>
  3. <title>Downloading GCC</title>
  4. <meta http-equiv="Content-Type" content="text/html">
  5. <meta name="description" content="Downloading GCC">
  6. <meta name="generator" content="makeinfo 4.12">
  7. <link title="Top" rel="top" href="#Top">
  8. <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
  9. <!--
  10. Copyright (C) 1988-2015 Free Software Foundation, Inc.
  11. Permission is granted to copy, distribute and/or modify this document
  12. under the terms of the GNU Free Documentation License, Version 1.3 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 "GNU Free Documentation License".
  17. (a) The FSF's Front-Cover Text is:
  18. A GNU Manual
  19. (b) The FSF's Back-Cover Text is:
  20. You have freedom to copy and modify this GNU Manual, like GNU
  21. software. Copies published by the Free Software Foundation raise
  22. funds for GNU development.-->
  23. <meta http-equiv="Content-Style-Type" content="text/css">
  24. <style type="text/css"><!--
  25. pre.display { font-family:inherit }
  26. pre.format { font-family:inherit }
  27. pre.smalldisplay { font-family:inherit; font-size:smaller }
  28. pre.smallformat { font-family:inherit; font-size:smaller }
  29. pre.smallexample { font-size:smaller }
  30. pre.smalllisp { font-size:smaller }
  31. span.sc { font-variant:small-caps }
  32. span.roman { font-family:serif; font-weight:normal; }
  33. span.sansserif { font-family:sans-serif; font-weight:normal; }
  34. --></style>
  35. </head>
  36. <body>
  37. <h1 class="settitle">Downloading GCC</h1>
  38. <a name="index-Downloading-GCC-1"></a><a name="index-Downloading-the-Source-2"></a>
  39. GCC is distributed via <a href="http://gcc.gnu.org/svn.html">SVN</a> and FTP
  40. tarballs compressed with <samp><span class="command">gzip</span></samp> or
  41. <samp><span class="command">bzip2</span></samp>.
  42. <p>Please refer to the <a href="http://gcc.gnu.org/releases.html">releases web page</a>
  43. for information on how to obtain GCC.
  44. <p>The source distribution includes the C, C++, Objective-C, Fortran, Java,
  45. and Ada (in the case of GCC 3.1 and later) compilers, as well as
  46. runtime libraries for C++, Objective-C, Fortran, and Java.
  47. For previous versions these were downloadable as separate components such
  48. as the core GCC distribution, which included the C language front end and
  49. shared components, and language-specific distributions including the
  50. language front end and the language runtime (where appropriate).
  51. <p>If you also intend to build binutils (either to upgrade an existing
  52. installation or for use in place of the corresponding tools of your
  53. OS), unpack the binutils distribution either in the same directory or
  54. a separate one. In the latter case, add symbolic links to any
  55. components of the binutils you intend to build alongside the compiler
  56. (<samp><span class="file">bfd</span></samp>, <samp><span class="file">binutils</span></samp>, <samp><span class="file">gas</span></samp>, <samp><span class="file">gprof</span></samp>, <samp><span class="file">ld</span></samp>,
  57. <samp><span class="file">opcodes</span></samp>, <small class="dots">...</small>) to the directory containing the GCC sources.
  58. <p>Likewise the GMP, MPFR and MPC libraries can be automatically built
  59. together with GCC. Unpack the GMP, MPFR and/or MPC source
  60. distributions in the directory containing the GCC sources and rename
  61. their directories to <samp><span class="file">gmp</span></samp>, <samp><span class="file">mpfr</span></samp> and <samp><span class="file">mpc</span></samp>,
  62. respectively (or use symbolic links with the same name).
  63. <p><hr />
  64. <p><a href="./index.html">Return to the GCC Installation page</a>
  65. <!-- ***Configuration*********************************************************** -->
  66. <!-- ***Building**************************************************************** -->
  67. <!-- ***Testing***************************************************************** -->
  68. <!-- ***Final install*********************************************************** -->
  69. <!-- ***Binaries**************************************************************** -->
  70. <!-- ***Specific**************************************************************** -->
  71. <!-- ***Old documentation****************************************************** -->
  72. <!-- ***GFDL******************************************************************** -->
  73. <!-- *************************************************************************** -->
  74. <!-- Part 6 The End of the Document -->
  75. </body></html>