aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml15
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 @@
After running the script, the file
<filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename>
is in the current directory.</para></listitem>
- <listitem><para>Install the zip file in the top-level directory of the
- installed Indigo Eclipse IDE.</para></listitem>
+ <listitem><para>If necessary, start the Eclipse IDE and be sure you are in the
+ Workbench.</para></listitem>
+ <listitem><para>Select "Install New Software" from the "Help" pull-down menu.
+ </para></listitem>
+ <listitem><para>Click "Add".</para></listitem>
+ <listitem><para>Provide anything you want in the "Name" field.</para></listitem>
+ <listitem><para>For the "Archive" field, select the ZIP file you built in step
+ 4.
+ This ZIP file should not be "unzipped", and must be the
+ <filename>*archive.zip</filename> file created by running the
+ <filename>build.sh</filename> script.</para></listitem>
+ <listitem><para>Select the new entry in the installation window and complete
+ the installation.</para></listitem>
<listitem><para>Restart the Eclipse IDE if necessary.</para></listitem>
</orderedlist>
</para>