core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/sdk_add.htm
changeset 1934 4f0cd256d26c
parent 1893 e29df1745269
equal deleted inserted replaced
1933:a77f12f0a631 1934:4f0cd256d26c
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     7 <title>Adding SDKs</title>
     7 <title>Adding SDKs</title>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
       
     9 <style type="text/css">
       
    10 <!--
       
    11 .style1 {font-size: 1em}
       
    12 -->
       
    13 </style>
     9 </head>
    14 </head>
    10 <body >
    15 <body >
    11 <h2>Adding SDKs </h2>
    16 <h2>Adding SDKs </h2>
    12 <p> Use the <b>Add New SDK</b> window to provide the information Carbide.c++ requires to identify, locate and build a project with the specified SDK.</p>
    17 <p> Use the <b>Add New SDK</b> dialog to provide the information Carbide.c++ requires to identify and locate  the specified SDK.</p>
    13 <p align="center"><img src="../../reference/images/wnd_ad_sdk.png" width="438" height="262" /></p>
    18 <p align="center"><img src="../../reference/images/wnd_add_sdk.png" width="435" height="150" /></p>
    14 <p class="figure">Figure 1. Add New SDK window</p>
    19 <p class="figure">Figure 1. Add New SDK dialog</p>
    15 <h5>Table 1 Add New SDK window&mdash;items</h5>
    20 <h5>Table 1 Add New SDK dialog&mdash;items</h5>
    16 <table width="800"  border="0" cellpadding="2" cellspacing="0">
    21 <table width="800"  border="0" cellpadding="2" cellspacing="0">
    17   <tr>
    22   <tr>
    18     <th width="25%" scope="col">Item</th>
    23     <th width="25%" scope="col">Item</th>
    19     <th width="75%" scope="col">Explanation</th>
    24     <th width="75%" scope="col">Explanation</th>
    20   </tr>
    25   </tr>
    22     <td><b>SDK ID </b></td>
    27     <td><b>SDK ID </b></td>
    23     <td>The name used to identify this SDK. </td>
    28     <td>The name used to identify this SDK. </td>
    24   </tr>
    29   </tr>
    25   <tr>
    30   <tr>
    26     <td><b>EPOCROOT</b></td>
    31     <td><b>EPOCROOT</b></td>
    27     <td>The path to  EPOCROOT within the SDK. Click <b>Browse</b> to locate and select EPOCROOT.</td>
    32     <td>The path to  <span class="code">EPOCROOT</span> within the SDK. Click <b>Browse</b> to locate and select <span class="code">EPOCROOT</span>.</td>
    28   </tr>
       
    29   <tr>
       
    30     <td><b>Vendor</b></td>
       
    31     <td><p>Select the vendor from the drop down list, for example, com.nokia.s60 or com.symbian.TechView</p>
       
    32     </td>
       
    33   </tr>
       
    34   <tr>
       
    35     <td><b>Is Default</b></td>
       
    36     <td>Specify whether or not the selected SDK is the default to use.</td>
       
    37   </tr>
       
    38   <tr>
       
    39     <td><b>OS Version</b></td>
       
    40     <td>Specify the operating system version or select Auto detect.</td>
       
    41   </tr>
       
    42   <tr>
       
    43     <td><b>SDK Version </b></td>
       
    44     <td>Select the SDK version or Auto detect.</td>
       
    45   </tr>
    33   </tr>
    46 </table>
    34 </table>
    47 <div class="step">
    35 <div class="step">
    48   <h4>Adding  SDKs to Carbide.c++ </h4>
    36   <h4>Adding  SDKs to Carbide.c++ </h4>
    49   <ol>
    37   <ol>
    50     <li>Click  Add  New SDK in the <a href="../../reference/pref_carb_sdk_preference.html">Symbian SDKs panel </a></li>
    38     <li>Click Add New SDK in the <a href="../../reference/pref_carb_symbian_sdk.htm">Symbian SDKs</a><span class="style1"> preference panel </span></li>
    51     <p>The <b>Add New SDK</b> window (Figure 1) appears.</p>
    39     <p>The <b>Add New SDK</b> window (Figure 1) appears.</p>
    52     <li>Enter SDK name, EPOCROOT, and additional information</li>
    40     <li>Enter the identifying SDK ID</li>
    53     <p>Enter the requested information in the appropriate fields.</p>
    41     <li>Enter the EPOCROOT path or click Browse to locate it</li>
    54     <li>Click OK  </li>
    42     <li>Click OK </li>
    55     <p>The <b>Add New SDK</b> window closes and the SDK is added to the <b>Available Symbian OS SDKs</b> list in the <b>Symbian SDKs panel</b>. </p>
    43     <p>The <b>Add New SDK</b> dialog closes and the SDK is added to the <b>Symbian SDKs</b> list. </p>
    56   </ol>
    44   </ol>
    57 </div>
    45 </div>
    58 
       
    59 <h5>Related tasks </h5>
    46 <h5>Related tasks </h5>
    60 <ul>
    47 <ul>
    61   <li><a href="../WorkingwithSDKs.html">Working with SDKs</a></li>
    48   <li><a href="../WorkingwithSDKs.html">Working with SDKs</a></li>
    62   <li><a href="sdk_add_custkits.htm">Adding Symbian Custom Kits</a></li>
       
    63   <li><a href="sdk_search.htm">Searching SDKs</a></li>
    49   <li><a href="sdk_search.htm">Searching SDKs</a></li>
    64   <li><a href="sdk_view_properties.htm">View SDK Properties</a> </li>
    50   <li><a href="sdk_view_properties.htm">View SDK Properties</a> </li>
    65 </ul>
    51 </ul>
    66 <h5>Related references </h5>
    52 <h5>Related references </h5>
    67 <ul>
    53 <ul>
    68   <li><a href="../../reference/pref_carb_sdk_preference.html">Symbian SDKs panel</a></li>
    54   <li><a href="../../reference/pref_carb_symbian_sdk.htm">Symbian SDKs panel</a></li>
    69 </ul>
    55 </ul>
    70 <div id="footer">Copyright &copy; 2010 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>
    56 <div id="footer">Copyright &copy; 2010 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>
    71 
    57 
    72 </body>
    58 </body>
    73 </html>
    59 </html>