mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
66 lines
No EOL
2.4 KiB
HTML
66 lines
No EOL
2.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
|
<meta name="ProgId" content="FrontPage.Editor.Document">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Tutorial</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Tutorial</h1>
|
|
<p>This tutorial guides you through the basic steps to get started
|
|
with the C/C++ Development Toolkit (CDT) by creating a HelloWorld
|
|
project on Windows.</p>
|
|
<h2>Before you begin</h2>
|
|
<p>You need to install and configure the following utilities:</p>
|
|
|
|
<ul>
|
|
<li>Build (such as make).</li>
|
|
<li>Compile (such as gcc). For more information, see
|
|
<a href="http://gcc.gnu.org">http://gcc.gnu.org</a>.</li>
|
|
<li>Debug (such as gdb). For more information, see
|
|
<a href="http://sources.redhat.com/gdb/">http://sources.redhat.com/gdb/</a>.</li>
|
|
</ul>
|
|
|
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="508">
|
|
<tr>
|
|
<th align="left" valign="bottom" width="279">To</th>
|
|
<th align="left" width="206">See</th>
|
|
</tr>
|
|
<tr>
|
|
<td align="left" width="279">Create, name, and specify the location of your
|
|
project</td>
|
|
<td align="left" width="206"><a href="../getting_started/cdt_w_newproj.htm">Creating your
|
|
project</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left" width="279">Create, name, and save your .cpp file</td>
|
|
<td align="left" width="206"><a href="../getting_started/cdt_w_newcpp.htm">Creating your C++
|
|
file</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left" width="279">Create, name, and save your gnu makefile</td>
|
|
<td align="left" width="206"><a href="../getting_started/cdt_w_newmake.htm">Creating your makefile</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left" width="279">Build your project</td>
|
|
<td align="left" width="206"><a href="../getting_started/cdt_w_build.htm">Building your project</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left" width="279">Create a debug configuration and debug
|
|
your project</td>
|
|
<td align="left" width="206"><a href="../getting_started/cdt_w_debug.htm">Debugging your
|
|
project</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>
|
|
<img src="../images/ngtasks.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> </p>
|
|
</body>
|
|
|
|
</html> |