summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL10
1 files changed, 7 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 9d63761..2d292b2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,11 +9,13 @@ Detailed installation instructions:
9 9
10INSTALLATION ON WINDOWS 10INSTALLATION ON WINDOWS
11 11
121) Install the Haskell Platform (tested on 2009.2.0.2). 121) Install the Haskell Platform (tested on 2011.2.0.1)
13
14 > cabal update
13 15
142) Download and unzip the following file into a stable folder %GSL% 162) Download and unzip the following file into a stable folder %GSL%
15 17
16 http://code.haskell.org/hmatrix/gsl-lapack-windows.zip 18 http://perception.inf.um.es/hmatrix/gsl-lapack-windows.zip
17 19
183.a) In a msys shell installation should be fully automatic: 203.a) In a msys shell installation should be fully automatic:
19 21
@@ -23,10 +25,12 @@ INSTALLATION ON WINDOWS
23 25
24 > cabal unpack hmatrix 26 > cabal unpack hmatrix
25 27
26 Edit hmatrix.cabal, in line 18 change build-type to "Simple", and then 28 Edit hmatrix.cabal, in line 28 change build-type to "Simple", and then
27 29
28 > cabal install --extra-lib-dir=%GSL% --extra-include-dir=%GSL% 30 > cabal install --extra-lib-dir=%GSL% --extra-include-dir=%GSL%
29 31
32 It may be necessary to put the dlls in the search path.
33
304) If everything is ok we can run the tests: 344) If everything is ok we can run the tests:
31 35
32 > ghci 36 > ghci