<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Installing the Carbide.c++ Plug-in SDK help</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Installing the Carbide.c++ Plug-in SDK help</h2>
<p>If you're just getting started with creating a Carbide.c++ plug-in you're probably looking
at this help documentation from within Carbide.c++. But if you are setting up your development
environment as described in <a href="env_setup.htm">Setting up your development environment</a>
you will find it much more useful to have the help available from within your plug-in development
environment.</p>
<p>The following steps will show you how to install the latest version of the Carbide.c++
Plugin SDK into your plug-in development environment. If your network requires a proxy to
access external Internet sites then follow the first two steps. Otherwise skip to step 3.</p>
<ol>
<li>From the menu bar choose <strong>Window > Preferences</strong>.<br/><br/>
<img src="../img/preferences_command.jpg" alt="" width="820" height="665" /><br/>
</li>
<li>Expand the General group and select Network Connections. Select <strong>Manual proxy configuration</strong> and enter your proxy information.<br/>
<br/>
<img src="../img/proxy_setup.jpg" alt="" width="632" height="544" /><br/>
<br/>
</li>
<li>From the menu bar choose <strong>Help > Software Updates > Find and Install...</strong><br/>
<br/>
<img src="../img/find_install.jpg" alt="" width="820" height="665" /><br/>
<br/>
</li>
<li>Select "Search for new features to install" and click Next.<br/>
<br/>
<img src="../img/new_features.jpg" alt="" width="600" height="322" /><br/>
<br/>
</li>
<li>On the Update sites to visit page, you will need to add the Carbide.c++ update site. Press the
"New Remote Site.." button.<br/><br/>
<img src="../img/before_new_site.jpg" alt="" width="600" height="451" /><br/>
<br/>
</li>
<li>Fill in the update site information (<span class="code">http://tools.ext.nokia.com/updates/</span>) with the latest major release version (<span class="code">carbide13</span>) and press OK.<br/>
<br/>
<img src="../img/new_site_dialog.jpg" alt="" width="356" height="154" /><br/>
<br/>
</li>
<li>The new site should now appear in the list of update sites. Press the Finish button.<br/><br/>
<img src="../img/after_new_site.jpg" alt="" width="600" height="451" /><br/>
<br/>
</li>
<li>Eclipse will connect to the Carbide.c++ update site and display the available updates. The
specific list may differ from the screenshot below, but the Carbide.c++ SDK item should
be present. Select it and press Next and proceed through the rest of the installation.<br/>
<br/>
<img src="../img/select_sdk_feature.jpg" alt="" width="600" height="523" /><br/>
<br/>
</li>
<li>The SDK is now installed. You can <a href="import_examples.htm">import</a> the latest version of the
Examples plugin. The SDK help is under the "Carbide.c++ Plug-in Developer Guide" entry in the Eclipse online
help.<br/>
<br/>
<img src="../img/help_api_ref.jpg" alt="" width="939" height="697" /><br/>
<br/></li>
</ol>
<div id="footer">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
</div></body>
</html>