diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-06-14 10:43:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:26:47 +0100 |
commit | 6e8b019531c28d70f9dbe02fdb75f4dd98bf4984 (patch) | |
tree | 315f42489056932d0187f5cfbf55ecefe6f3e591 | |
parent | ad675cd6a6d25e5d9d1fd51df0cff3b40669b783 (diff) | |
download | poky-6e8b019531c28d70f9dbe02fdb75f4dd98bf4984.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/sdk-manual/sdk-eclipse-project.xml | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
300 | "Launch" button. | 300 | "Launch" button. |
301 | You should see the Eclipse welcome page from which | 301 | You should see the Eclipse welcome page from which |
302 | can click "workbench" to enter your workspace. | 302 | can click "workbench" to enter your workspace. |
303 | <note> | ||
304 | The executable for Eclipse is located in the | ||
305 | <filename>eclipse/cpp-oxygen/eclipse</filename> | ||
306 | folder. | ||
307 | To launch Eclipse outside of the installation | ||
308 | process, simply execute that binary. | ||
309 | Here is an example: | ||
310 | <literallayout class='monospaced'> | ||
311 | $ ~/eclipse/cpp-oxygen/eclipse/eclipse | ||
312 | </literallayout> | ||
313 | </note> | ||
303 | </para></listitem> | 314 | </para></listitem> |
304 | </orderedlist> | 315 | </orderedlist> |
305 | </para> | 316 | </para> |