diff options
-rw-r--r-- | INSTALL | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -9,11 +9,13 @@ Detailed installation instructions: | |||
9 | 9 | ||
10 | INSTALLATION ON WINDOWS | 10 | INSTALLATION ON WINDOWS |
11 | 11 | ||
12 | 1) Install the Haskell Platform (tested on 2009.2.0.2). | 12 | 1) Install the Haskell Platform (tested on 2011.2.0.1) |
13 | |||
14 | > cabal update | ||
13 | 15 | ||
14 | 2) Download and unzip the following file into a stable folder %GSL% | 16 | 2) 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 | ||
18 | 3.a) In a msys shell installation should be fully automatic: | 20 | 3.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 | |||
30 | 4) If everything is ok we can run the tests: | 34 | 4) If everything is ok we can run the tests: |
31 | 35 | ||
32 | > ghci | 36 | > ghci |