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 86a45e9c4eb..ffce20135c8 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 @@ -11,72 +11,43 @@

Depending on how you obtained the CDT, you might have also received a toolchain with a built-in CDT integration. -However, if you downloaded the CDT from an update site, then you will require a toolchain before +However, if you downloaded the CDT from the Eclipse repository, then you will require a toolchain before you can build and debug any projects.

-

The base CDT supports integration with the GNU toolchain. +

The standard CDT supports integration with the GNU toolchain. This includes GNU's make, gcc compiler, and gdb debugger utilities. If you require a toolchain to build software for your development host, this is the best choice to get started.

Each platform that runs the CDT requires different steps to acquire this toolchain.

+

Windows

+

For windows, MinGW and Cygwin are the two main platform choices for acquiring the GNU toolchain. +It is important to understand the difference between them. +Cygwin produces executables that use the Cygwin POSIX runtime. Note this runtime is GPL licensed. +MinGW produces native Windows executables that do not require a separate runtime.

+ +

Linux

All Linux distributions include the GNU toolchain. They may not, however, be installed by default. For instructions about installing the GNU toolchain for Linux, see the instructions for your particular distribution.

-

Windows

-

For windows, MinGW, and Cygwin are the two main choices for acquiring the GNU toolchain:

- -

Mac OS X

-The Apple GNU toolchain is included in Xcode available at Apple's Developer Website. +The CDT supports the Apple GNU toolchain is included in with the Xcode IDE. It can be downloaded +from the Apple's Developer Website, http://developer.apple.com

Other Platforms

The GNU toolchain is supported on all platforms that the CDT supports. For instructions about installing the GNU toolchain