From 0c53732d9f196d5901c9eb1962df89e6feaf797b Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Mon, 16 May 2011 15:10:14 +0000 Subject: [PATCH] Bug 345965 Update user docs to tell users to use the MinGW installer and not Wascana. --- .../concepts/cdt_c_before_you_begin.htm | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 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 a8a815118da..af5dd46f540 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 @@ -12,7 +12,7 @@

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 the Eclipse repository, then you will require a toolchain before +However, if you downloaded the CDT from the Eclipse web site, then you will require a toolchain before you can build and debug any projects.

The standard CDT supports integration with the GNU toolchain. @@ -27,19 +27,27 @@ is the best choice to get started. It is important to understand the difference between them. Cygwin produces executables that use the Cygwin POSIX runtime. Note that this runtime is GPL licensed. MinGW produces native Windows executables that do not require a separate runtime.

+

Linux