summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-06-14 10:43:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-28 09:23:04 +0100
commit3e898a6da030e4e7e67bb63e5d9f43251e647615 (patch)
treeee42fc4a845a31eb7c0fbd1ec016e9955bdf127a /documentation
parentf535f16c2b721f1788f20e1d5a59fb30d88a38e6 (diff)
downloadpoky-3e898a6da030e4e7e67bb63e5d9f43251e647615.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: 6e3dbc9e123394d311da234e4457b9a6c253ff0d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/sdk-eclipse-project.xml11
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>