From 3089450f703b860adc98f3174f21e39d982c0805 Mon Sep 17 00:00:00 2001 From: tfbit Date: Sat, 29 Mar 2014 14:27:14 -0700 Subject: OS X Installation via Homebrew --- INSTALL.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'INSTALL.md') 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 **- ## Mac OS/X ############################################### -GSL must be installed via MacPorts: +GSL must be installed via Homebrew or MacPorts. + +Via Homebrew: + + $ brew install gsl + $ cabal install hmatrix + +Via MacPorts: $ sudo port install gsl +universal $ cabal install hmatrix -- cgit v1.2.3