diff options
author | Kristi Rifenbark <kristi@buzzcollectivemarketing.com> | 2018-04-06 14:49:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:17:45 +0100 |
commit | cc6a01da0e459a24421955a6caa07381aa1c6907 (patch) | |
tree | f97ebad89ed4f4af054dd06c8ceb7dda4b68d8d5 | |
parent | 90bb0b0f56f1c14f791110c1b51d969cafab462b (diff) | |
download | poky-cc6a01da0e459a24421955a6caa07381aa1c6907.tar.gz |
sdk-manual: Updated "Installing the Neon Eclipse IDE"
(From yocto-docs rev: e6e6cd146bb821d544b1b9a43307ecd3034f3e52)
Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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> |