gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] (no subject)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] (no subject)
Date: Sun, 5 Jun 2016 05:37:38 +0000 (UTC)

branch: master
commit 9e1b6fdf0531c37eb1b39b1911c6a126ca1f2d5a
Author: Mohammad Akhlaghi <address@hidden>
Date:   Sun Jun 5 14:35:22 2016 +0900

    Quick start section of book updated
    
    After correcting the dependencies sections in commit 5979f13 (Mandatory
    dependencies section edited/updated), it was also necessary to have the
    "Quick start" section updated for the same format. Especially since
    Gnuastro also now supports the "-latest.tar.gz" canonical tarball format.
---
 doc/gnuastro.texi |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 626f51b..6ee8323 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -585,17 +585,19 @@ founding basis of the Gnuastro.
 @cindex Compile
 @cindex Check
 @cindex Test
-Let's assume @file{gnuastro-X.X.tar.gz} (see @ref{Version numbering}) is in
-the @file{TOPGNUASTRO} directory, which can be any directory. See
address@hidden tarball} for downloading a release tarball and
address@hidden for the list of dependencies. By running the following
-commands you will unpack, compile, check and install Gnuastro (replace
address@hidden with the version number you downloaded).
+Gnuastro has a small set of mandatory dependencies and some optional ones
+for added functionality, see @ref{Dependencies}. The latest official
+release tarball is always available at
address@hidden://ftp.gnu.org/gnu/gnuastro/gnuastro-latest.tar.gz,
address@hidden, see @ref{Release tarball}. If you have
+downloaded the tarball in the @file{TOPGNUASTRO} directory and the
+dependencies are installed, you can unpack, compile, check and install
+Gnuastro with the following commands:
 
 @example
 $ cd TOPGNUASTRO
-$ tar -zxvf gnuastro-X.X.tar.gz
-$ cd gnuastro-X.X
+$ tar -zxvf gnuastro-latest.tar.gz
+$ cd gnuastro-X.X                  # Replace X.X with version number
 $ ./configure
 $ make
 $ make check



reply via email to

[Prev in Thread] Current Thread [Next in Thread]