1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic01.htm
2007-05-14 14:30:37 +00:00

28 lines
No EOL
1.3 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 http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript">
function newWin(url) {
window.open(url, 'install_cdt', 'width=750, height=300, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');
}
</script>
</head>
<body>
<h3>Start Eclipse</h3>
<p>We will now walk though the process of creating a simple 'Hello World' application using the CDT.</p>
<p>Note, there were 2 separate project types in CDT 3.x : 'Managed make' and 'Standard make'. First one
generates makefile automatically, second one requires user's makefile to build.</p>
<p>In CDT 4.0, both these types are combined. In general, the only available project type can be switched
to 'Managed make' or 'Standard make' mode at any time you wish. </p>
<p>Current tutorial will describe a process of new project creation using generated makefile.</p>
<p>The image below shows the standard Workbench.
If you have not already installed the CDT, you can find the procedures <a href="javascript:void(0)" onClick="newWin('cdt_w_install_cdt.htm')">here</a>.</p>
</body>
</html>