diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm index 721974090b6..b401b44e06a 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm @@ -4,16 +4,24 @@
-The C/C++ Development Toolkit (CDT) is a collection of Eclipse-based features that provides the capability +to create, edit, navigate, build, and debug projects that use C and/or C++ as a programming language.
-This guide provides instructions for using the C/C++ Development Toolkit (CDT) in the workbench.
+The CDT does not include the necessary compilers and debuggers to convert C/C++ code into executable +programs and to debug those programs, but it does provide the frameworks that allow such tools to +be integrated in a consistent fashion. +This allows you to mix and match such tools depending on your project requirements.
+Often, commercial distributions of the CDT include the necessary tools and integrations. If yours does +not, the base CDT does provide support for integration with the GNU tools for build and debug. Please see the +Before you begin section for installation instructions