Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

155 lines
4.1KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1988-2020 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3 or
  6. any later version published by the Free Software Foundation; with no
  7. Invariant Sections, the Front-Cover texts being (a) (see below), and
  8. with the Back-Cover Texts being (b) (see below). A copy of the
  9. license is included in the section entitled "GNU
  10. Free Documentation License".
  11. (a) The FSF's Front-Cover Text is:
  12. A GNU Manual
  13. (b) The FSF's Back-Cover Text is:
  14. You have freedom to copy and modify this GNU Manual, like GNU
  15. software. Copies published by the Free Software Foundation raise
  16. funds for GNU development. -->
  17. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  18. <head>
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20. <title>Installing GCC: Binaries</title>
  21. <meta name="description" content="Installing GCC: Binaries">
  22. <meta name="keywords" content="Installing GCC: Binaries">
  23. <meta name="resource-type" content="document">
  24. <meta name="distribution" content="global">
  25. <meta name="Generator" content="makeinfo">
  26. <style type="text/css">
  27. <!--
  28. a.summary-letter {text-decoration: none}
  29. blockquote.indentedblock {margin-right: 0em}
  30. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  31. blockquote.smallquotation {font-size: smaller}
  32. div.display {margin-left: 3.2em}
  33. div.example {margin-left: 3.2em}
  34. div.lisp {margin-left: 3.2em}
  35. div.smalldisplay {margin-left: 3.2em}
  36. div.smallexample {margin-left: 3.2em}
  37. div.smalllisp {margin-left: 3.2em}
  38. kbd {font-style: oblique}
  39. pre.display {font-family: inherit}
  40. pre.format {font-family: inherit}
  41. pre.menu-comment {font-family: serif}
  42. pre.menu-preformatted {font-family: serif}
  43. pre.smalldisplay {font-family: inherit; font-size: smaller}
  44. pre.smallexample {font-size: smaller}
  45. pre.smallformat {font-family: inherit; font-size: smaller}
  46. pre.smalllisp {font-size: smaller}
  47. span.nolinebreak {white-space: nowrap}
  48. span.roman {font-family: initial; font-weight: normal}
  49. span.sansserif {font-family: sans-serif; font-weight: normal}
  50. ul.no-bullet {list-style: none}
  51. -->
  52. </style>
  53. </head>
  54. <body lang="en">
  55. <h1 class="settitle" align="center">Installing GCC: Binaries</h1>
  56. <a name="index-Binaries"></a>
  57. <a name="index-Installing-GCC_003a-Binaries"></a>
  58. <p>We are often asked about pre-compiled versions of GCC. While we cannot
  59. provide these for all platforms, below you&rsquo;ll find links to binaries for
  60. various platforms where creating them by yourself is not easy due to various
  61. reasons.
  62. </p>
  63. <p>Please note that we did not create these binaries, nor do we
  64. support them. If you have any problems installing them, please
  65. contact their makers.
  66. </p>
  67. <ul>
  68. <li> AIX:
  69. <ul>
  70. <li> <a href="http://www.bullfreeware.com">Bull&rsquo;s Open Source Software Archive for
  71. for AIX 6 and AIX 7</a>;
  72. </li><li> <a href="http://www.perzl.org/aix/">AIX Open Source Packages (AIX5L AIX 6.1
  73. AIX 7.1)</a>.
  74. </li></ul>
  75. </li><li> DOS&mdash;<a href="http://www.delorie.com/djgpp/">DJGPP</a>.
  76. </li><li> HP-UX:
  77. <ul>
  78. <li> <a href="http://hpux.connect.org.uk/">HP-UX Porting Center</a>;
  79. </li></ul>
  80. </li><li> Solaris 2 (SPARC, Intel):
  81. <ul>
  82. <li> <a href="https://www.opencsw.org/">OpenCSW</a>
  83. </li></ul>
  84. </li><li> macOS:
  85. <ul>
  86. <li> The <a href="https://brew.sh">Homebrew</a> package manager;
  87. </li><li> <a href="https://www.macports.org">MacPorts</a>.
  88. </li></ul>
  89. </li><li> Microsoft Windows:
  90. <ul>
  91. <li> The <a href="https://sourceware.org/cygwin/">Cygwin</a> project;
  92. </li><li> The <a href="http://www.mingw.org/">MinGW</a> and
  93. <a href="http://mingw-w64.org/doku.php">mingw-w64</a> projects.
  94. </li></ul>
  95. </li><li> <a href="http://www.openpkg.org/">OpenPKG</a> offers binaries for quite a
  96. number of platforms.
  97. </li><li> The <a href="http://gcc.gnu.org/wiki/GFortranBinaries">GFortran Wiki</a> has
  98. links to GNU Fortran binaries for several platforms.
  99. </li></ul>
  100. <hr />
  101. <p>
  102. <p><a href="./index.html">Return to the GCC Installation page</a>
  103. </p>
  104. </body>
  105. </html>