carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/sdk_help.htm
changeset 12 6b79ffb176c5
parent 2 d760517a8095
child 1704 24ac5a5cf80c
equal deleted inserted replaced
8:f330c1e8a4f3 12:6b79ffb176c5
     5 <title>Installing the Carbide.c++ Plug-in SDK help</title>
     5 <title>Installing the Carbide.c++ Plug-in SDK help</title>
     6 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
     6 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
     7 </head>
     7 </head>
     8 <body bgcolor="#FFFFFF">
     8 <body bgcolor="#FFFFFF">
     9 
     9 
    10 <h2>Installing the Carbide.c++ Plug-in SDK help</h2>
    10 <h2>  Carbide.c++ Plug-in SDK help</h2>
    11 
    11 
    12 <p>If you're just getting started with creating a Carbide.c++ plug-in you're probably looking
    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
    13 at this help documentation from within Carbide.c++. Make sure you first follow the steps to import the Carbide Development Kit (CDK) as described in <a href="env_setup.htm">Setting up your development environment</a>. The CDK contains all the non-internal APIs for you to browse for your convenience. The same documentation appears in the javadoc comments in the source code.<br/>
    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/>
    14   <br/>
    27 <img src="../img/proxy_setup.jpg" alt="" width="632" height="544" /><br/>
    15    The SDK help is under the "Carbide.c++ Plug-in Developer Guide" entry in the Eclipse online 
    28 <br/>
       
    29 </li>
       
    30 <li>From the menu bar choose <strong>Help &gt; Software Updates &gt; 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/>
    16 help.<br/>
    64 <br/>
    17 <br/>
    65 <img src="../img/help_api_ref.jpg" alt="" width="939" height="697" /><br/>
    18 <img src="../img/help_api_ref.jpg" width="878" height="630"><br/>
    66 <br/></li>
    19 <br/>
    67 </ol>
    20 </p>
    68 
    21 
    69 <div id="footer">Copyright &copy; 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>
    22 <div id="footer">Copyright &copy; 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>
    23 </div></body>
    71 </html>
    24 </html>