summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-appendix-neon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-neon.xml')
-rw-r--r--documentation/sdk-manual/sdk-appendix-neon.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-neon.xml b/documentation/sdk-manual/sdk-appendix-neon.xml
index 268a73090f..130b52c76d 100644
--- a/documentation/sdk-manual/sdk-appendix-neon.xml
+++ b/documentation/sdk-manual/sdk-appendix-neon.xml
@@ -55,17 +55,14 @@
55 <listitem><para><emphasis>Download the Tarball:</emphasis> 55 <listitem><para><emphasis>Download the Tarball:</emphasis>
56 Click the "Download" button and then use the "Linux 56 Click the "Download" button and then use the "Linux
57 for Eclipse IDE for C++ Developers" 57 for Eclipse IDE for C++ Developers"
58 appropriate for your development system 58 appropriate for your development system.
59 (e.g.
60 <ulink url='http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/2/eclipse-cpp-neon-2-linux-gtk-x86_64.tar.gz'>64-bit under Linux for Eclipse IDE for C++ Developers</ulink>
61 if your development system is a Linux 64-bit machine.
62 </para></listitem> 59 </para></listitem>
63 <listitem><para><emphasis>Unpack the Tarball:</emphasis> 60 <listitem><para><emphasis>Unpack the Tarball:</emphasis>
64 Move to a clean directory and unpack the tarball. 61 Move to a clean directory and unpack the tarball.
65 Here is an example: 62 Here is an example:
66 <literallayout class='monospaced'> 63 <literallayout class='monospaced'>
67 $ cd ~ 64 $ cd ~
68 $ tar -xzvf ~/Downloads/eclipse-cpp-neon-2-linux-gtk-x86_64.tar.gz 65 $ tar -xzvf ~/Downloads/eclipse-cpp-neon-3-linux-gtk-x86_64.tar.gz
69 </literallayout> 66 </literallayout>
70 Everything unpacks into a folder named "Eclipse". 67 Everything unpacks into a folder named "Eclipse".
71 </para></listitem> 68 </para></listitem>