diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index aead5d8ee2..94eb159768 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml | |||
@@ -35,6 +35,11 @@ | |||
35 | <listitem><para>Install the Eclipse Yocto Plug-in.</para></listitem> | 35 | <listitem><para>Install the Eclipse Yocto Plug-in.</para></listitem> |
36 | <listitem><para>Configure the Eclipse Yocto Plug-in.</para></listitem> | 36 | <listitem><para>Configure the Eclipse Yocto Plug-in.</para></listitem> |
37 | </orderedlist> | 37 | </orderedlist> |
38 | <note> | ||
39 | Do not install Eclipse from your distribution's package repository. | ||
40 | Be sure to install Eclipse from the official Eclipse download site as directed | ||
41 | in the next section. | ||
42 | </note> | ||
38 | </para> | 43 | </para> |
39 | 44 | ||
40 | <section id='installing-eclipse-ide'> | 45 | <section id='installing-eclipse-ide'> |
@@ -59,7 +64,7 @@ | |||
59 | into a clean directory using the default name <filename>eclipse</filename>: | 64 | into a clean directory using the default name <filename>eclipse</filename>: |
60 | <literallayout class='monospaced'> | 65 | <literallayout class='monospaced'> |
61 | $ cd ~ | 66 | $ cd ~ |
62 | $ tar -xzvf ~/Downloads/eclipse-SDK-3.7.1-linux-gtk-x86_64.tar.gz | 67 | $ tar -xzvf ~/Downloads/eclipse-SDK-3.7.2-linux-gtk-x86_64.tar.gz |
63 | </literallayout> | 68 | </literallayout> |
64 | </para> | 69 | </para> |
65 | 70 | ||