gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 4616d3e 1/2: Gnuastro dependencies with zypper


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 4616d3e 1/2: Gnuastro dependencies with zypper explained in book
Date: Wed, 15 Aug 2018 04:23:37 -0400 (EDT)

branch: master
commit 4616d3eee3fec2f5bc9ed6bcb0a418cba01dfb97
Author: Andreas Stieger <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Gnuastro dependencies with zypper explained in book
    
    The patch of this commit was sent by Andreas Stieger, describing the
    installation of Gnuastro's dependencies with zypper (the packager manager
    for openSUSE and SUSE).
---
 doc/gnuastro.texi | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index f80393a..da8e9ea 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -5236,6 +5236,28 @@ $ sudo pacman -S ghostscript libtool libjpeg libtiff     
   \
                                                             \
                  gsl cfitsio wcslib
 @end example
+
address@hidden @command{zypper} (openSUSE and SUSE Linux Enterprise Server)
address@hidden openSUSE
address@hidden SUSE Linux Enterprise Server
address@hidden @command{zypper}
address@hidden://www.opensuse.org/,openSUSE} is a community project supported
+by @url{https://www.suse.com/,SUSE} with both stable and rolling releases.
address@hidden://www.suse.com/products/server/,SUSE Linux Enterprise Server} is
+the commmercial offering which shares code and tools. Many additional
+packages are offered in the @url{https://build.opensuse.org/,Build
+Service}.  openSUSE and SLES use @command{zypper} (cli) and YaST (GUI) for
+managing repositories and packages.
address@hidden://software.opensuse.org/package/gnuastro,Current verions} are
+usually available for installation or may be available in the distribution.
+
address@hidden
+$ sudo zypper install ghostscript_any libtool pkgconfig    \
+              cfitsio-devel gsl-devel libcurl-devel        \
+              libgit2-devel libjpeg62-devel libtiff-devel  \
+              wcslib-devel
+$ ./configure CPPFLAGS="-I/usr/include/cfitsio"
address@hidden example
 @end table
 
 Usually, when libraries are installed by operating system package managers,



reply via email to

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