summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-03-30 21:16:47 +0200
committerAlberto Ruiz <aruiz@um.es>2014-03-30 21:16:47 +0200
commit978a9bd5082f79a17cc03df14f4249fc7510d8e1 (patch)
tree6cb50e279350785b896cacd6f3ff24063ade3ef2
parent59b2a0f0a8f62f58093b008c28cd27a96b32060b (diff)
parentfb74b7ba0a30f6dfbc5154feb2b85ef529098ed5 (diff)
Merge pull request #66 from tfgit/master
Making installation easier for OS X.
-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