diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm index 8878fc81170..4398ba5bf25 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm @@ -15,28 +15,23 @@ function newWin(url) {
The make output and build progress information displays in the -Console view. The Make Targets view displays makefile actions, and the -Problems view displays compile warnings or errors.
-To build a project:
+ Console view. The Make Targets view displays makefile actions, and the +Problems view displays compile warnings or errors. +If you see an error message, such as:
(Cannot run program "make": Launching failed)
-then CDT cannot locate the build command, usually make. -Either your path is not configured correctly, or you do not have make +
then CDT cannot locate the build command, usually make. +Either your path is not configured correctly, or you do not have make installed on your system.
-
-Click here to see an illustration (displayed in a separate window)
-.