gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 6f17902 1/2: Update docs to describe installat


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 6f17902 1/2: Update docs to describe installation of dependencies on macOS
Date: Sat, 26 May 2018 09:26:20 -0400 (EDT)

branch: master
commit 6f17902787568811e76c1db30f55bc9b9a6d4805
Author: Leindert Boogaard <address@hidden>
Commit: Leindert Boogaard <address@hidden>

    Update docs to describe installation of dependencies on macOS
    
    The recommended package manager on macOS is Homebrew.
---
 doc/gnuastro.texi | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index f16e249..d912ab3 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -4573,6 +4573,26 @@ $ sudo pacman -S ghostscript libtool libjpeg libtiff 
libgit2 \
                                                              \
                  gsl cfitsio wcslib
 @end example
+
address@hidden macOS (@command{brew})
address@hidden macOS
+macOS is the operating system used on Apple devices
+(@url{https://en.wikipedia.org/wiki/MacOS}). macOS does not come with a
+package manager pre-installed, but several widely used, third-party package
+managers exist, such as Homebrew or MacPorts.  Installation with Homebrew
+is tested and therefore recommended by the Gnuastro developers.  If not
+already installed, first obtain Homebrew by following the instructions at
address@hidden://brew.sh}.  Homebrew manages packages in different `taps'.  If
+you plan to install @command{wcslib} via Homebrew you will need to
address@hidden into @command{brewsci/science} first (the tap may change in
+the future, but can be found by calling @command{brew search wcslib}).
address@hidden
+$ brew install ghostscript libtool libjpeg libtiff libgit2 \
+                                                           \
+               gsl cfitsio
+$ brew tap brewsci/science
+$ brew install wcslib
address@hidden example
 @end table
 
 



reply via email to

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