summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-03-02 13:28:26 +0000
committerAlberto Ruiz <aruiz@um.es>2008-03-02 13:28:26 +0000
commitf80daf4e19055776aa4dc8fc3895468b67639620 (patch)
treec41140d295dad477bd2333432bfe73bc855a5c36
parenta339794105f1e3849ff4f241088450f552eae7f6 (diff)
updated readme
-rw-r--r--README22
1 files changed, 16 insertions, 6 deletions
diff --git a/README b/README
index c934a58..b6f3c28 100644
--- a/README
+++ b/README
@@ -33,20 +33,30 @@ obtained by this library are correct.
33 33
34INSTALLATION -------------------------------------- 34INSTALLATION --------------------------------------
35 35
36$ runhaskell Setup.lhs configure --prefix=$HOME --user 36Automatic (using cabal-install and HackageDB):
37$ runhaskell Setup.lhs build 37
38$ runhaskell Setup.lhs haddock 38 $ cabal install hmatrix
39$ runhaskell Setup.lhs install 39
40Manual:
41
42 Install storable-complex from HackageDB and then
43
44 $ runhaskell Setup.lhs configure --prefix=$HOME --user
45 $ runhaskell Setup.lhs build
46 $ runhaskell Setup.lhs haddock
47 $ runhaskell Setup.lhs install
40 48
41See below for installation on Windows. 49See below for installation on Windows.
42 50
43TESTS --------------------------------------------- 51TESTS ---------------------------------------------
44 52
45$ runhaskell examples/tests 53$ ghci
54GHCi, version 6.8.2: http://www.haskell.org/ghc/ :? for help
55Prelude> Numeric.LinearAlgebra.Tests.runTests 20
46 56
47Additional tests with big matrices (taking a few minutes): 57Additional tests with big matrices (taking a few minutes):
48 58
49$ runhaskell examples/tests --big 59$ runhaskell examples/experiments bigtests
50 60
51EXAMPLES ------------------------------------------------------ 61EXAMPLES ------------------------------------------------------
52 62