From 6e8b019531c28d70f9dbe02fdb75f4dd98bf4984 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: dc59410caf18e36497d70ea3c877b4f82f620e2c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-eclipse-project.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'documentation/sdk-manual') 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