1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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>
This commit is contained in:
Scott Rifenbark
2018-06-14 10:43:12 -07:00
committed by Richard Purdie
parent f535f16c2b
commit 3e898a6da0
@@ -300,6 +300,17 @@
"Launch" button. "Launch" button.
You should see the Eclipse welcome page from which You should see the Eclipse welcome page from which
can click "workbench" to enter your workspace. can click "workbench" to enter your workspace.
<note>
The executable for Eclipse is located in the
<filename>eclipse/cpp-oxygen/eclipse</filename>
folder.
To launch Eclipse outside of the installation
process, simply execute that binary.
Here is an example:
<literallayout class='monospaced'>
$ ~/eclipse/cpp-oxygen/eclipse/eclipse
</literallayout>
</note>
</para></listitem> </para></listitem>
</orderedlist> </orderedlist>
</para> </para>