mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
18 lines
696 B
HTML
18 lines
696 B
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">
|
|
</head>
|
|
<body>
|
|
<h3>Save the file</h3>
|
|
<p>Now save the main.cpp file by clicking <span
|
|
style="font-weight: bold;">FILE > SAVE</span>, and build your
|
|
project by typing <b>CTRL+B</b>.</p>
|
|
<p>You can read through the build messages in the <b>Console</b> view.
|
|
The project should build successfully, showing the following message:</p>
|
|
<p><tt>Build complete for project HelloWorld</tt></p>
|
|
</body>
|
|
</html>
|