summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2012-03-21 09:56:19 +0100
committerAlberto Ruiz <aruiz@um.es>2012-03-21 09:56:19 +0100
commit354d599b56d7bfb2124eb6939d4d87e9efa3faed (patch)
tree083a2a9a00cad37da47befec0fcc1492673e7638 /INSTALL.md
parentbc0f5f546514957214326fcd459a439bfe841c48 (diff)
windows install workaround and thanks
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index df9bd6c..de10851 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -33,6 +33,7 @@ GSL must be installed via MacPorts:
33 33
34We 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]. 34We 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
371) Install the Haskell Platform (tested on 2011.2.0.1) 381) 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
453.a) In a msys shell the installation should be fully automatic: 463.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
493.b) Alternatively, in a normal windows cmd: 503.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