diff options
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 20c7470f74..5ca07a601f 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml | |||
@@ -218,8 +218,19 @@ | |||
218 | After running the script, the file | 218 | After running the script, the file |
219 | <filename>org.yocto.sdk-<release>-<date>-archive.zip</filename> | 219 | <filename>org.yocto.sdk-<release>-<date>-archive.zip</filename> |
220 | is in the current directory.</para></listitem> | 220 | is in the current directory.</para></listitem> |
221 | <listitem><para>Install the zip file in the top-level directory of the | 221 | <listitem><para>If necessary, start the Eclipse IDE and be sure you are in the |
222 | installed Indigo Eclipse IDE.</para></listitem> | 222 | Workbench.</para></listitem> |
223 | <listitem><para>Select "Install New Software" from the "Help" pull-down menu. | ||
224 | </para></listitem> | ||
225 | <listitem><para>Click "Add".</para></listitem> | ||
226 | <listitem><para>Provide anything you want in the "Name" field.</para></listitem> | ||
227 | <listitem><para>For the "Archive" field, select the ZIP file you built in step | ||
228 | 4. | ||
229 | This ZIP file should not be "unzipped", and must be the | ||
230 | <filename>*archive.zip</filename> file created by running the | ||
231 | <filename>build.sh</filename> script.</para></listitem> | ||
232 | <listitem><para>Select the new entry in the installation window and complete | ||
233 | the installation.</para></listitem> | ||
223 | <listitem><para>Restart the Eclipse IDE if necessary.</para></listitem> | 234 | <listitem><para>Restart the Eclipse IDE if necessary.</para></listitem> |
224 | </orderedlist> | 235 | </orderedlist> |
225 | </para> | 236 | </para> |