mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Bug #70450, incorrect link in "Updating the CDT"
Bug# 71443 Adding section to turn off "Build Automatically" in the "Before you Begin" section.
This commit is contained in:
parent
791e958905
commit
a23d2613ac
2 changed files with 14 additions and 3 deletions
|
@ -8,6 +8,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Before you begin</h1>
|
||||
|
||||
<h2>Utilities</h2>
|
||||
<p>You must install and configure the following utilities:</p>
|
||||
<ul>
|
||||
<li>Build (such as <tt>make</tt>).</li>
|
||||
|
@ -24,10 +26,19 @@
|
|||
<pre>'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file</pre>
|
||||
<p>To check your path open a command prompt and type <tt>PATH</tt>. Make sure that the path to your build utility is defined (example <tt>PATH=c:\cygwin\bin</tt>).<p>
|
||||
|
||||
<h2>Build Automatically</h2>
|
||||
|
||||
<p align="left"> <img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||
<br>
|
||||
<p>For C/C++ projects this feature should be turned off, otherwise builds will be performed whenever a file is saved, including makefiles and header files. </p>
|
||||
<p>Click <b>Projects</b> from the menubar and ensure there is no checkmark beside <b>Build Automatically</b> if there is one click <b>Build Automatically</b> to deselect it. </p>
|
||||
|
||||
|
||||
<p align="left"> <img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
|
||||
<a href="../concepts/cdt_o_home.htm">CDT Home</a><br>
|
||||
|
||||
<p align="left"> <img border="0" src="../images/ngtasks.gif" ALT="Related tasks"> <br>
|
||||
<a href="../tasks/cdt_t_manualbuild.htm">Building Manually</a><br>
|
||||
|
||||
|
||||
</p>
|
||||
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
</p>
|
||||
|
|
|
@ -67,7 +67,7 @@ function changeSize(theImage,wd,ht) {
|
|||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
<br>
|
||||
<a href="../concepts/cdt_c_over_cdt.htm">CDT Overview</a><br>
|
||||
<a href="../concepts/cdt_c_over_cdt.htm">C/C++ Development perspective</a><br>
|
||||
<a href="../concepts/cdt_c_perspectives.htm">C/C++ Development perspective</a><br>
|
||||
</p>
|
||||
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > </p>
|
||||
|
|
Loading…
Add table
Reference in a new issue