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(-) 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 From fb74b7ba0a30f6dfbc5154feb2b85ef529098ed5 Mon Sep 17 00:00:00 2001 From: tfgit Date: Sat, 29 Mar 2014 14:31:02 -0700 Subject: Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index cc6c257..ef51167 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -33,7 +33,7 @@ Via MacPorts: $ sudo port install gsl +universal $ cabal install hmatrix -(Contributed by Heinrich Apfelmus and Torsten Kemps-Benedix). +(Contributed by Heinrich Apfelmus, Torsten Kemps-Benedix and Ted Fujimoto). ## Windows ############################################### -- cgit v1.2.3