Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f87a2554d7d162d5367b545dbb6bbde49c245f6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>Build the project</h3>

<p>Save the <b>makefile</b> and <b>main.cpp</b> files by selecting them and typing <b>CTRL+S</b>, and then build your project by typing <b>CTRL+B</b>.  </p>
<p>You can read through the build messages in the <b>Console</b> view, if there are any errors in the code you can review them in the <b>Problems</b> view.</p>


</body>
</html>

Back to the top