summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi@buzzcollectivemarketing.com>2018-04-06 14:49:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:10 +0100
commitdb17061d3bd279c1d4d2d39a41eba29f0c38dff7 (patch)
tree12b4c944deea522264bedb7d6832ca7d37d6fe63 /documentation/sdk-manual
parent2170916ff93a4a4e7cead63afc3a7b10b9e4b9f3 (diff)
downloadpoky-db17061d3bd279c1d4d2d39a41eba29f0c38dff7.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>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-appendix-neon.xml28
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>