1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Remove old tutorial file. Stay away, don't come back

This commit is contained in:
David Daoust 2004-05-20 15:47:00 +00:00
parent 058f823d2e
commit 01cad33ead

View file

@ -1,84 +0,0 @@
<!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>Updating the CDT</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<script>
function changeSize(theImage,wd,ht) {
wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
else {wdth=wd;hght=ht;}
theImage.style.width=wdth; theImage.style.height=hght;
}
</script>
</head>
<body>
<h1>Updating the CDT</h1>
<p>The CDT can be updated directly from the workbench using your internet connection.</p>
<ol>
<li>Click <b>Help > Software Updates > Find and Install</b>.<br>
<img src="../images/cdt_update_find-install.png" width="319" height="85" onClick="changeSize(this,319,85);"
alt="Screen Capture of Help Find Install Menu selection" title="click to toggle image size"></li>
<li>Select <b>Search for new features to install</b> in the Install dialog box.<br>
<img src="../images/cdt_update_install_new.png" width="221" height="126" onClick="changeSize(this,221,126);"
alt="Screen Capture of Install New Feature dialog box" title="click to toggle image size"></li>
<li>If you have not updated previously, you will have to enter the location of the CDT Install site. Click
the <b>Add Update Site...</b> button.<br>
<img src="../images/cdt_update_install_sites.png" width="221" height="200" onClick="changeSize(this,221,200);"
alt="Screen Capture of Install Sites dialog box" title="click to toggle image size"></li>
<li>In the New Update Site dialog box, enter a name and the URL for the update site in the spaces provided.<br>
<img src="../images/cdt_update_install_new_sites.png" width="220" height="200" onClick="changeSize(this,220,200);"
alt="Screen Capture of Install New Site dialog box" title="click to toggle image size"></li>
<li>Select the update site you just created by clicking the appropriate checkbox and click <b>Next</b>.<br>
<img src="../images/cdt_update_install_cdt_site.png" width="220" height="200" onClick="changeSize(this,220,200);"
alt="Screen Capture of Install Sites dialog box with the CDT site selcted" title="click to toggle image size"></li>
<li>A dialog box will appear showing the updates available from the update site, select each of the following features,
ensuring you have precicely the same version for each one:
<ul>
<li>Eclipse C/C+ Developement Tools</li>
<li>Eclipse C/C+ Manage Make Build</li>
<li>Eclipse C/C+ Standard Make Build</li>
</ul>
Then click <b>Next</b>.<br>
<img src="../images/cdt_update_search_results.png" width="289" height="201" onClick="changeSize(this,289,201);"
alt="Screen Capture of Search Results dialog box" title="click to toggle image size"></li>
<li>You should now see the Eclipse.org Software User Agreement, you must accept the agreement to install the CDT update.
Do so by selecting <b>I accept the terms in the license agreement</b> and then click <b>Next</b>.<br>
<img src="../images/cdt_update_license_agreement.png" width="365" height="200" onClick="changeSize(this,365,200);"
alt="Screen Capture of the Feature License dialog box" title="click to toggle image size"></li>
<li>Now select the location you would like the updates installed, usually this is the directory where you installed Eclipse,
and click <b>Finish</b>.<br>
<img src="../images/cdt_update_location.png" width="300" height="200" onClick="changeSize(this,300,200);"
alt="Screen Capture of Install Location dialog box" title="click to toggle image size"></li>
<li>You will now start downloading the CDT components. You will have to verify that you want the features installed by clicking
<b>Install</b> for each feature you selected.<br>
<img src="../images/cdt_update_jar_verification.png" width="300" height="250" onClick="changeSize(this,300,250);"
alt="Screen Capture of Feature Verification dialog box" title="click to toggle image size"></li>
<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>
&nbsp;</p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="cdt_o_proj_prop.htm">Defining project properties</a><br>
<a href="cdt_o_proj_files.htm">Working with C/C++ project files</a><br>
&nbsp;</p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_o_views.htm">Views</a></p>
<p>
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> </p>
</body>
</html>