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 07d793e3b94..436eb5f2f68 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 @@ -8,6 +8,8 @@
You must install and configure the following utilities:
'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file
To check your path open a command prompt and type PATH. Make sure that the path to your build utility is defined (example PATH=c:\cygwin\bin).
+
-
+
For C/C++ projects this feature should be turned off, otherwise builds will be performed whenever a file is saved, including makefiles and header files.
+Click Projects from the menubar and ensure there is no checkmark beside Build Automatically if there is one click Build Automatically to deselect it.
+ + +
CDT Home
+
+
+ Building Manually
+
+
CDT Overview
-C/C++ Development perspective
+C/C++ Development perspective