From 11a2fd30ea120eabaabb199fa665da45ee3c8f20 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Tue, 1 Jun 2010 18:14:17 +0000 Subject: bug 306901: [Doc] 'Before you begin' needs updating Patch from Marc-Andre Laperle --- .../concepts/cdt_c_before_you_begin.htm | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm index fee67ae4d25..86a45e9c4eb 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm @@ -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. Cygwin, however, does provide the fullest implementation of the GNU toolchain 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.


  • MinGW is a port of the GNU toolchain to the Windows platform. @@ -46,9 +44,13 @@ writing portable applications more difficult.


    However, MinGW provides the best integration support with the CDT due to it's direct support for the Windows environment.

    -
    -

    The following are instructions and links on how to install the current version -of MinGW. Note that these links may become inaccurate over time as new versions of + +

    Manual Installation (Recommended)

    +Follow the instructions under the Manual Installation section in Getting Started. + +

    Automated Installer (Deprecated)

    +

    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 File Release section for the latest versions.

    @@ -72,7 +74,10 @@ MinGW File Release section for the latest versions.

    which use CDT's internal build tools to perform the build.
  • -
    + +

    Mac OS X

    +The Apple GNU toolchain is included in Xcode available at Apple's Developer Website. +

    Other Platforms

    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.

    -- cgit v1.2.3