diff options
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ | |||
1 | |||
2 | # [hmatrix][hmatrix2] installation | 1 | # [hmatrix][hmatrix2] installation |
3 | 2 | ||
4 | This 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**.) | 3 | This 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 | ||
25 | GSL must be installed via MacPorts: | 24 | GSL 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). |