mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
Bug 449596: Hello World tutorial shows non-existing command to build
This commit is contained in:
parent
bbf27fec22
commit
105fa978e7
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ Now with CDT, you just select a project type, and that determines what build sys
|
|||
<br>
|
||||
</p>
|
||||
</li>
|
||||
<li>Build your project by pressing <strong>CTRL+B</strong>, or select the project in the <strong>Project Explorer</strong> view and select <strong>File > Build Project</strong>.
|
||||
<li>Build your project by pressing <strong>CTRL+B</strong>, or select the project in the <strong>Project Explorer</strong> view and select <strong>Project > Build Project</strong>.
|
||||
</p>
|
||||
<p><br>
|
||||
<strong>NOTE:</strong> If a build generates any errors or warnings, you can see those in the <a href="../reference/cdt_u_problems_view.htm">Problems</a> view. If you encounter difficulty, see the topics <a href="../concepts/cdt_c_build_over.htm">Building C/C++ projects</a> and <a href="../concepts/cdt_c_before_you_begin.htm">Before you begin</a><br>
|
||||
|
|
Loading…
Add table
Reference in a new issue