From 3e898a6da030e4e7e67bb63e5d9f43251e647615 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 14 Jun 2018 10:43:12 -0700 Subject: sdk-manual: Updated step to install Oxygen The step describes the installation process and the intial launch process. No information exists for describing how you launch Oxygen from outside the install process. I added a note that tells where the "eclipse" binary is installed and an example line to invoke it. (From yocto-docs rev: 6e3dbc9e123394d311da234e4457b9a6c253ff0d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-eclipse-project.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml index 03e42d22f4..f8502be335 100644 --- a/documentation/sdk-manual/sdk-eclipse-project.xml +++ b/documentation/sdk-manual/sdk-eclipse-project.xml @@ -300,6 +300,17 @@ "Launch" button. You should see the Eclipse welcome page from which can click "workbench" to enter your workspace. + + The executable for Eclipse is located in the + eclipse/cpp-oxygen/eclipse + folder. + To launch Eclipse outside of the installation + process, simply execute that binary. + Here is an example: + + $ ~/eclipse/cpp-oxygen/eclipse/eclipse + + -- cgit v1.2.3-54-g00ecf