diff options
author | tfbit <tfturing@gmail.com> | 2014-03-29 14:27:14 -0700 |
---|---|---|
committer | tfbit <tfturing@gmail.com> | 2014-03-29 14:27:14 -0700 |
commit | 3089450f703b860adc98f3174f21e39d982c0805 (patch) | |
tree | 4e824019a106c0009d7915c06affdd842ae35b71 /INSTALL.md | |
parent | 59b2a0f0a8f62f58093b008c28cd27a96b32060b (diff) |
OS X Installation via Homebrew
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 | ||
24 | GSL must be installed via MacPorts: | 24 | GSL must be installed via Homebrew or MacPorts. |
25 | |||
26 | Via Homebrew: | ||
27 | |||
28 | $ brew install gsl | ||
29 | $ cabal install hmatrix | ||
30 | |||
31 | Via MacPorts: | ||
25 | 32 | ||
26 | $ sudo port install gsl +universal | 33 | $ sudo port install gsl +universal |
27 | $ cabal install hmatrix | 34 | $ cabal install hmatrix |