From db17061d3bd279c1d4d2d39a41eba29f0c38dff7 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Fri, 6 Apr 2018 14:49:55 -0700 Subject: sdk-manual: Updated "Installing the Neon Eclipse IDE" (From yocto-docs rev: e6e6cd146bb821d544b1b9a43307ecd3034f3e52) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-neon.xml | 28 ++++++++------------------ 1 file 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 @@ http://www.eclipse.org/neon/. Download the Tarball: - Click the "Download" button and then use the "Linux - for Eclipse IDE for C++ Developers" + Click the "Download" button and then use the "Eclipse + IDE for C/C++ Developers" appropriate for your development system. Unpack the Tarball: @@ -66,26 +66,14 @@ Everything unpacks into a folder named "Eclipse". - Launch the Installer: - Use the following commands to launch the installer: + Launch Eclipse: + The following commands launch Eclipse assuming you + unpacked it in your home directory: - $ cd ~/eclipse-installer - $ ./eclipse-inst + $ cd ~/eclipse + $ ./eclipse - - Select Your IDE: - From the list, select the "Eclipse IDE for C/C++ - Developers". - - Install the Software: - Accept the default "cpp-neon" directory and click - "Install". - Accept any license agreements and approve any - certificates. - - Launch Neon: - Click the "Launch" button and accept the default - "workspace". + Accept the default "workspace" once Eclipse launches. -- cgit v1.2.3-54-g00ecf