[gnome-commander] Doc: Updated GNOME Commander Installation section



commit 3b67922ce283b538a2586fe13757e0ef05bfecbe
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Tue Feb 4 09:09:33 2014 +0100

    Doc: Updated GNOME Commander Installation section

 doc/C/gnome-commander.xml |   52 ++++++++++++--------------------------------
 1 files changed, 14 insertions(+), 38 deletions(-)
---
diff --git a/doc/C/gnome-commander.xml b/doc/C/gnome-commander.xml
index 5571e47..209667f 100644
--- a/doc/C/gnome-commander.xml
+++ b/doc/C/gnome-commander.xml
@@ -7196,15 +7196,12 @@
     <sect2 id="gnome-commander-getting-app">
       <title>Getting &app;</title>
       <para>
-            The very latest information about can be found on &app; website.
-        </para>
-      <para>
             It&apos;s recommended to use the &app; package that is provided by your distribution.
             Refer to &app; for the <ulink type="http" url="http://gcmd.github.io/download.html#distro";>list 
of distributions</ulink>
             supporting &app; packages.
         </para>
       <para>
-            All current and historical releases can be found on the <ulink type="http" 
url="http://ftp.gnome.org/pub/GNOME/sources/gnome-commander/";>GNOME FTP server</ulink>.
+            All current and historical releases can be found on the <ulink type="http" 
url="http://ftp.gnome.org/pub/GNOME/sources/gnome-commander/";>GNOME FTP server</ulink>, too.
         </para>
     </sect2>
     <sect2 id="gnome-commander-versioning">
@@ -7216,49 +7213,28 @@
         and the even numbered branch eventually gets the thoroughly tested new functions backported.</para>
     </sect2>
     <sect2 id="gnome-commander-stable-version">
-      <title>Stable version</title>
-      <para>
-        <command>git clone git://git.gnome.org/gnome-commander</command>
-      </para>
-      <para>
-        <command>git checkout master</command>
-      </para>
-      <note>
-        <para>The above works only to do a first time download and not for updating the code,
-                  if you already have a version of the code simply run <command>git pull</command> to get 
the latest revisions.</para>
-      </note>
+      <title>Current stable version</title>
+      <para>If you'd like to compile the latest stable version of &app; yourself, get it as a tar.xz
+      file from the <ulink type="http" url="http://gcmd.github.io/download.html";>download section</ulink>
+      on the &app; home page.</para>
+      <para>After extracting the archive, first have a look at the <guimenu>README</guimenu> file, 
+      where you get an overview of the downloaded release. Also, have a look at the 
+      <guimenu>INSTALL</guimenu> file. The installation is explained in detail there.</para>
     </sect2>
     <sect2 id="gnome-commander-development-version">
       <title>Development version</title>
+      <para>For those of you who feel really adventurous, or maybe want to hack on the freshest code,
+        the latest development source snapshots are available by using GIT:</para>
       <para>
         <command>git clone git://git.gnome.org/gnome-commander</command>
       </para>
-      <para>
-        <command>git branch --track gcmd-1-3 origin/gcmd-1-3</command>
-      </para>
-      <para>
-        <command>git checkout gcmd-1-3</command>
-      </para>
       <note>
         <para>The above works only to do a first time download and not for updating the code,
-                  if you already have a version of the code simply run <command>git pull</command> to get 
the latest revisions.</para>
+        if you already have a version of the code simply run <command>git pull</command> to get the latest 
revisions.</para>
       </note>
-    </sect2>
-    <sect2 id="gnome-commander-snapshot-builds">
-      <title>&app; snapshots builds</title>
-      <para>
-        For those of you who feel really adventurous, or maybe want to hack on the freshest code,
-        the latest development source snapshots can be downloaded from
-        <ulink type="http" url="http://gcmd.github.io/download.html#testing";>&app; home page</ulink>
-
-        (just remember to run <command>./autogen.sh</command> before building).
-
-            <warning><para>Be aware that there can be serious bugs in code from GNOME git repository. This 
code is intended for hacking,
-                development and testing purposes only.</para></warning></para>
-    </sect2>
-    <sect2 id="gnome-commander-compilation">
-      <title>Compilation and installation</title>
-      <para></para>
+      <para>Just remember to run <command>./autogen.sh</command> before building by 
<command>make</command>.</para>
+      <warning><para>Be aware that there can be serious bugs in code from GNOME git repository. 
+      This code is intended for hacking, development and testing purposes only.</para></warning>
     </sect2>
   </sect1>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]