2
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
3 |
<head>
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
|
5 |
<title>Installing the Carbide.c++ Plug-in SDK help</title>
|
|
6 |
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
|
|
7 |
</head>
|
|
8 |
<body bgcolor="#FFFFFF">
|
|
9 |
|
|
10 |
<h2>Installing the Carbide.c++ Plug-in SDK help</h2>
|
|
11 |
|
|
12 |
<p>If you're just getting started with creating a Carbide.c++ plug-in you're probably looking
|
|
13 |
at this help documentation from within Carbide.c++. But if you are setting up your development
|
|
14 |
environment as described in <a href="env_setup.htm">Setting up your development environment</a>
|
|
15 |
you will find it much more useful to have the help available from within your plug-in development
|
|
16 |
environment.</p>
|
|
17 |
|
|
18 |
<p>The following steps will show you how to install the latest version of the Carbide.c++
|
|
19 |
Plugin SDK into your plug-in development environment. If your network requires a proxy to
|
|
20 |
access external Internet sites then follow the first two steps. Otherwise skip to step 3.</p>
|
|
21 |
<ol>
|
|
22 |
<li>From the menu bar choose <strong>Window > Preferences</strong>.<br/><br/>
|
|
23 |
<img src="../img/preferences_command.jpg" alt="" width="820" height="665" /><br/>
|
|
24 |
</li>
|
|
25 |
<li>Expand the General group and select Network Connections. Select <strong>Manual proxy configuration</strong> and enter your proxy information.<br/>
|
|
26 |
<br/>
|
|
27 |
<img src="../img/proxy_setup.jpg" alt="" width="632" height="544" /><br/>
|
|
28 |
<br/>
|
|
29 |
</li>
|
|
30 |
<li>From the menu bar choose <strong>Help > Software Updates > Find and Install...</strong><br/>
|
|
31 |
<br/>
|
|
32 |
<img src="../img/find_install.jpg" alt="" width="820" height="665" /><br/>
|
|
33 |
<br/>
|
|
34 |
</li>
|
|
35 |
<li>Select "Search for new features to install" and click Next.<br/>
|
|
36 |
<br/>
|
|
37 |
<img src="../img/new_features.jpg" alt="" width="600" height="322" /><br/>
|
|
38 |
<br/>
|
|
39 |
</li>
|
|
40 |
<li>On the Update sites to visit page, you will need to add the Carbide.c++ update site. Press the
|
|
41 |
"New Remote Site.." button.<br/><br/>
|
|
42 |
<img src="../img/before_new_site.jpg" alt="" width="600" height="451" /><br/>
|
|
43 |
<br/>
|
|
44 |
</li>
|
|
45 |
<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/>
|
|
46 |
<br/>
|
|
47 |
<img src="../img/new_site_dialog.jpg" alt="" width="356" height="154" /><br/>
|
|
48 |
<br/>
|
|
49 |
</li>
|
|
50 |
<li>The new site should now appear in the list of update sites. Press the Finish button.<br/><br/>
|
|
51 |
<img src="../img/after_new_site.jpg" alt="" width="600" height="451" /><br/>
|
|
52 |
<br/>
|
|
53 |
</li>
|
|
54 |
<li>Eclipse will connect to the Carbide.c++ update site and display the available updates. The
|
|
55 |
specific list may differ from the screenshot below, but the Carbide.c++ SDK item should
|
|
56 |
be present. Select it and press Next and proceed through the rest of the installation.<br/>
|
|
57 |
<br/>
|
|
58 |
<img src="../img/select_sdk_feature.jpg" alt="" width="600" height="523" /><br/>
|
|
59 |
<br/>
|
|
60 |
</li>
|
|
61 |
<li>The SDK is now installed. You can <a href="import_examples.htm">import</a> the latest version of the
|
|
62 |
Examples plugin. The SDK help is under the "Carbide.c++ Plug-in Developer Guide" entry in the Eclipse online
|
|
63 |
help.<br/>
|
|
64 |
<br/>
|
|
65 |
<img src="../img/help_api_ref.jpg" alt="" width="939" height="697" /><br/>
|
|
66 |
<br/></li>
|
|
67 |
</ol>
|
|
68 |
|
|
69 |
<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>
|
|
70 |
</div></body>
|
|
71 |
</html> |