diff options
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-neon.xml | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-neon.xml b/documentation/sdk-manual/sdk-appendix-neon.xml index f6d71d3f09..13122c67c5 100644 --- a/documentation/sdk-manual/sdk-appendix-neon.xml +++ b/documentation/sdk-manual/sdk-appendix-neon.xml | |||
@@ -53,8 +53,8 @@ | |||
53 | <ulink url='http://www.eclipse.org/neon/'>http://www.eclipse.org/neon/</ulink>. | 53 | <ulink url='http://www.eclipse.org/neon/'>http://www.eclipse.org/neon/</ulink>. |
54 | </para></listitem> | 54 | </para></listitem> |
55 | <listitem><para><emphasis>Download the Tarball:</emphasis> | 55 | <listitem><para><emphasis>Download the Tarball:</emphasis> |
56 | Click the "Download" button and then use the "Linux | 56 | Click the "Download" button and then use the "Eclipse |
57 | for Eclipse IDE for C++ Developers" | 57 | IDE for C/C++ Developers" |
58 | appropriate for your development system. | 58 | appropriate for your development system. |
59 | </para></listitem> | 59 | </para></listitem> |
60 | <listitem><para><emphasis>Unpack the Tarball:</emphasis> | 60 | <listitem><para><emphasis>Unpack the Tarball:</emphasis> |
@@ -66,26 +66,14 @@ | |||
66 | </literallayout> | 66 | </literallayout> |
67 | Everything unpacks into a folder named "Eclipse". | 67 | Everything unpacks into a folder named "Eclipse". |
68 | </para></listitem> | 68 | </para></listitem> |
69 | <listitem><para><emphasis>Launch the Installer:</emphasis> | 69 | <listitem><para><emphasis>Launch Eclipse:</emphasis> |
70 | Use the following commands to launch the installer: | 70 | The following commands launch Eclipse assuming you |
71 | unpacked it in your home directory: | ||
71 | <literallayout class='monospaced'> | 72 | <literallayout class='monospaced'> |
72 | $ cd ~/eclipse-installer | 73 | $ cd ~/eclipse |
73 | $ ./eclipse-inst | 74 | $ ./eclipse |
74 | </literallayout> | 75 | </literallayout> |
75 | </para></listitem> | 76 | Accept the default "workspace" once Eclipse launches. |
76 | <listitem><para><emphasis>Select Your IDE:</emphasis> | ||
77 | From the list, select the "Eclipse IDE for C/C++ | ||
78 | Developers". | ||
79 | </para></listitem> | ||
80 | <listitem><para><emphasis>Install the Software:</emphasis> | ||
81 | Accept the default "cpp-neon" directory and click | ||
82 | "Install". | ||
83 | Accept any license agreements and approve any | ||
84 | certificates. | ||
85 | </para></listitem> | ||
86 | <listitem><para><emphasis>Launch Neon:</emphasis> | ||
87 | Click the "Launch" button and accept the default | ||
88 | "workspace". | ||
89 | </para></listitem> | 77 | </para></listitem> |
90 | </orderedlist> | 78 | </orderedlist> |
91 | </para> | 79 | </para> |