diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm new file mode 100644 index 00000000000..8ab04d4d5f3 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm @@ -0,0 +1,77 @@ + + + + + + Tutorial + + + +

Tutorial

+

This tutorial guides you through the process of using the C/C++ Development Toolkit (CDT) to create a HelloWorld project on a Windows platform.

+

Before you begin

+

You must install and configure the following utilities:

+ + +

Tip: Cygwin contains these utilities for a Windows environment. + For more information, see http://www.cygwin.com. +

+

To test if cygwin was installed correctly open a command prompt and type g++ or make.

+ +

The following error message means that no make is installed or your path is not configured correctly.

+
'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file
+

To check your path at a command prompt and enter PATH. Make sure that the path to your build utility is defined (example PATH=c:\cygwin\bin).

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ToSee
Create, name, and specify the location of your + projectCreating your project
Create, name, and save your CPP fileCreating your C++ + file
Create, name, and save your gnu makefileCreating your makefile
Build your projectBuilding your project
Create a debug configuration and debug + your projectDebugging your project
Recommended approaches for dealing with source + files and files systems that were created outside of EclipseHow to bring + C/C++ source into Eclipse
+ +

 

+

+ Start Tutorial: Creating your project +

+

Related reference +
+ CDT Home
+

+

IBM Copyright Statement +

+ + + \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml b/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml index c576fb693ea..d79a13f1362 100644 --- a/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml +++ b/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml @@ -10,5 +10,5 @@ - +