mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
sdk-manual: Updated the Neon step to unpack the tarball
Steps indicated you had to be in a clean directory to unpack the tarball. This is false. You can be in any directory and unpack the file. Unpacking it puts all the files into a directory named "eclipse". (From yocto-docs rev: 426aa18db25dbc275674a8aef26ede586a79ed3f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0a8a26d8bc
commit
c548cc7b0a
@@ -62,8 +62,9 @@
|
|||||||
Click through the process to save the file.
|
Click through the process to save the file.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>Unpack the Tarball:</emphasis>
|
<listitem><para><emphasis>Unpack the Tarball:</emphasis>
|
||||||
Move to a clean directory and unpack the tarball.
|
Move to a directory and unpack the tarball.
|
||||||
Here is an example:
|
The following commands unpack the tarball into the
|
||||||
|
home directory:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ cd ~
|
$ cd ~
|
||||||
$ tar -xzvf ~/Downloads/eclipse-cpp-neon-3-linux-gtk-x86_64.tar.gz
|
$ tar -xzvf ~/Downloads/eclipse-cpp-neon-3-linux-gtk-x86_64.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user