summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5b6774b..ef51167 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -21,12 +21,19 @@ Other distributions may require additional libraries. They can be given in a **-
21## Mac OS/X ############################################### 21## Mac OS/X ###############################################
22 22
23 23
24GSL must be installed via MacPorts: 24GSL must be installed via Homebrew or MacPorts.
25
26Via Homebrew:
27
28 $ brew install gsl
29 $ cabal install hmatrix
30
31Via MacPorts:
25 32
26 $ sudo port install gsl +universal 33 $ sudo port install gsl +universal
27 $ cabal install hmatrix 34 $ cabal install hmatrix
28 35
29(Contributed by Heinrich Apfelmus and Torsten Kemps-Benedix). 36(Contributed by Heinrich Apfelmus, Torsten Kemps-Benedix and Ted Fujimoto).
30 37
31## Windows ############################################### 38## Windows ###############################################
32 39