diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -33,6 +33,7 @@ GSL must be installed via MacPorts: | |||
33 | 33 | ||
34 | We use this [GSL binary](http://www.miscdebris.net/blog/2009/04/20/mingw-345-binaries-of-gnu-scientific-library-112-for-use-with-mingw-and-visual-c/), and blas/lapack dlls built with g77 (contributed by Gilberto Camara). All required files are in [gsl-lapack-windows.zip][winpack]. | 34 | We use this [GSL binary](http://www.miscdebris.net/blog/2009/04/20/mingw-345-binaries-of-gnu-scientific-library-112-for-use-with-mingw-and-visual-c/), and blas/lapack dlls built with g77 (contributed by Gilberto Camara). All required files are in [gsl-lapack-windows.zip][winpack]. |
35 | 35 | ||
36 | (Due to [issue 21](https://github.com/albertoruiz/hmatrix/issues/21) we need hmatrix-0.13.1.0.) | ||
36 | 37 | ||
37 | 1) Install the Haskell Platform (tested on 2011.2.0.1) | 38 | 1) Install the Haskell Platform (tested on 2011.2.0.1) |
38 | 39 | ||
@@ -44,11 +45,11 @@ We use this [GSL binary](http://www.miscdebris.net/blog/2009/04/20/mingw-345-bin | |||
44 | 45 | ||
45 | 3.a) In a msys shell the installation should be fully automatic: | 46 | 3.a) In a msys shell the installation should be fully automatic: |
46 | 47 | ||
47 | $ cabal install hmatrix --extra-lib-dir=${GSL} --extra-include-dir=${GSL} | 48 | $ cabal install hmatrix-0.13.1.0 --extra-lib-dir=${GSL} --extra-include-dir=${GSL} |
48 | 49 | ||
49 | 3.b) Alternatively, in a normal windows cmd: | 50 | 3.b) Alternatively, in a normal windows cmd: |
50 | 51 | ||
51 | > cabal unpack hmatrix | 52 | > cabal unpack hmatrix-0.13.1.0 |
52 | 53 | ||
53 | Edit hmatrix.cabal, in line 28 change build-type to "Simple", and then | 54 | Edit hmatrix.cabal, in line 28 change build-type to "Simple", and then |
54 | 55 | ||