summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index de10851..5b6774b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,4 +1,3 @@
1
2# [hmatrix][hmatrix2] installation 1# [hmatrix][hmatrix2] installation
3 2
4This package requires the [Glasgow Haskell Compiler](http://www.haskell.org/ghc/index.html) ghc >= 6.10, and [cabal-install](http://www.haskell.org/haskellwiki/Cabal-Install), conveniently available in the [Haskell Platform](http://hackage.haskell.org/platform), and the development packages for [GSL](http://www.gnu.org/software/gsl) and BLAS/[LAPACK](http://www.netlib.org/lapack). (The graphical functions also require **gnuplot** and **imagemagick**.) 3This package requires the [Glasgow Haskell Compiler](http://www.haskell.org/ghc/index.html) ghc >= 6.10, and [cabal-install](http://www.haskell.org/haskellwiki/Cabal-Install), conveniently available in the [Haskell Platform](http://hackage.haskell.org/platform), and the development packages for [GSL](http://www.gnu.org/software/gsl) and BLAS/[LAPACK](http://www.netlib.org/lapack). (The graphical functions also require **gnuplot** and **imagemagick**.)
@@ -24,7 +23,7 @@ Other distributions may require additional libraries. They can be given in a **-
24 23
25GSL must be installed via MacPorts: 24GSL must be installed via MacPorts:
26 25
27 $ sudo port install gsl-devel +universal 26 $ sudo port install gsl +universal
28 $ cabal install hmatrix 27 $ cabal install hmatrix
29 28
30(Contributed by Heinrich Apfelmus and Torsten Kemps-Benedix). 29(Contributed by Heinrich Apfelmus and Torsten Kemps-Benedix).