mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
bug 306901: [Doc] 'Before you begin' needs updating
Patch from Marc-Andre Laperle
This commit is contained in:
parent
429c116b18
commit
11a2fd30ea
1 changed files with 11 additions and 6 deletions
|
@ -34,8 +34,6 @@ It provides a compatibility layer in a set of DLLs. These DLLs are
|
||||||
making any code that links to them also subject to the GPL.
|
making any code that links to them also subject to the GPL.
|
||||||
Cygwin, however, does provide the fullest implementation of the GNU toolchain
|
Cygwin, however, does provide the fullest implementation of the GNU toolchain
|
||||||
by supporting the GNU libc C runtime library.
|
by supporting the GNU libc C runtime library.
|
||||||
Note: currently Cygwin >= version 3.4.4-999 is not supported since gcc and g++ commands cannot
|
|
||||||
be launched from the windows' native shell.
|
|
||||||
<p> <br></p>
|
<p> <br></p>
|
||||||
</li>
|
</li>
|
||||||
<li><p><a href="http://www.mingw.org"><strong>MinGW</strong></a> is a port of the GNU toolchain to the Windows platform.
|
<li><p><a href="http://www.mingw.org"><strong>MinGW</strong></a> is a port of the GNU toolchain to the Windows platform.
|
||||||
|
@ -46,9 +44,13 @@ writing portable applications more difficult.</p>
|
||||||
<br>
|
<br>
|
||||||
<p>However, MinGW provides the best integration support with the CDT
|
<p>However, MinGW provides the best integration support with the CDT
|
||||||
due to it's direct support for the Windows environment.</p>
|
due to it's direct support for the Windows environment.</p>
|
||||||
<br>
|
|
||||||
<p>The following are instructions and links on how to install the current version
|
<h4>Manual Installation (Recommended)</h4>
|
||||||
of MinGW. Note that these links may become inaccurate over time as new versions of
|
Follow the instructions under the Manual Installation section in <a href="http://www.mingw.org/wiki/Getting_Started">Getting Started</a>.
|
||||||
|
|
||||||
|
<h4>Automated Installer (Deprecated)</h4>
|
||||||
|
<p>The following are instructions and links on how to install the old version
|
||||||
|
of MinGW (GCC 3). Note that these links may become inaccurate over time as new versions of
|
||||||
MinGW components are introduced. Please check the
|
MinGW components are introduced. Please check the
|
||||||
<a href="http://sourceforge.net/project/showfiles.php?group_id=2435">
|
<a href="http://sourceforge.net/project/showfiles.php?group_id=2435">
|
||||||
MinGW File Release</a> section for the latest versions.</p>
|
MinGW File Release</a> section for the latest versions.</p>
|
||||||
|
@ -72,7 +74,10 @@ MinGW File Release</a> section for the latest versions.</p>
|
||||||
which use CDT's internal build tools to perform the build.</li>
|
which use CDT's internal build tools to perform the build.</li>
|
||||||
</ol>
|
</ol>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
|
||||||
|
<h3>Mac OS X</h3>
|
||||||
|
The Apple GNU toolchain is included in Xcode available at <a href="http://developer.apple.com/">Apple's Developer Website</a>.
|
||||||
|
|
||||||
<h3>Other Platforms</h3>
|
<h3>Other Platforms</h3>
|
||||||
<p>The GNU toolchain is supported on all platforms that the CDT supports. For instructions about installing the GNU toolchain
|
<p>The GNU toolchain is supported on all platforms that the CDT supports. For instructions about installing the GNU toolchain
|
||||||
on your platform, see your platform vendor.</p>
|
on your platform, see your platform vendor.</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue