summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authortfbit <tfturing@gmail.com>2014-03-29 14:27:14 -0700
committertfbit <tfturing@gmail.com>2014-03-29 14:27:14 -0700
commit3089450f703b860adc98f3174f21e39d982c0805 (patch)
tree4e824019a106c0009d7915c06affdd842ae35b71 /INSTALL.md
parent59b2a0f0a8f62f58093b008c28cd27a96b32060b (diff)
OS X Installation via Homebrew
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5b6774b..cc6c257 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -21,7 +21,14 @@ 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