summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL28
1 files changed, 26 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 98efbb8..f0426b0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,7 +7,31 @@ Recommended method (ok in Ubuntu/Debian systems):
7Detailed installation instructions: 7Detailed installation instructions:
8 http://code.haskell.org/hmatrix/install.html 8 http://code.haskell.org/hmatrix/install.html
9 9
10INSTALLATION ON WINDOWS ---------------------------------------- 10INSTALLATION ON WINDOWS (hmatrix-0.9.x.x)
11
121) Install the Haskell Platform (tested with 2009.2.0.2).
13
142) Download and unzip the following file into a stable folder %GSL%
15
16 http://code.haskell.org/hmatrix/gsl-lapack-windows.zip
17
183.a) In a msys shell
19
20 $ cabal install hmatrix --extra-lib-dir=${GSL} --extra-include-dir=${GSL}
21
223.b) In a windows cmd
23
24 > cabal unpack hmatrix
25
26 Change build-type to "Simple" in hmatrix.cabal, line 18
27
28 > cabal install --extra-lib-dir=%GSL% --extra-include-dir=%GSL%
29
304) If everything is ok we can run the tests:
31
32 > runhaskell examples\tests.hs
33
34INSTALLATION ON WINDOWS (hmatrix-0.8.3.1)
11 35
121) Install the Haskell Platform (tested with 2009.2.0.2). 361) Install the Haskell Platform (tested with 2009.2.0.2).
13 37
@@ -24,7 +48,7 @@ INSTALLATION ON WINDOWS ----------------------------------------
244) Replace hmatrix.cabal by 484) Replace hmatrix.cabal by
25 49
26 http://code.haskell.org/hmatrix/hmatrix-0.8.3.1-windows.cabal 50 http://code.haskell.org/hmatrix/hmatrix-0.8.3.1-windows.cabal
27 51
285) In the hmatrix folder run 525) In the hmatrix folder run
29 53
30 > cabal install 54 > cabal install