summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-10-26 14:35:37 +0000
committerAlberto Ruiz <aruiz@um.es>2007-10-26 14:35:37 +0000
commit86406ad682436d55932318b85123fe1afc865bbf (patch)
treea578c3507385cf72847ac40609197c4f027be66c
parentff72d6c45d36306ea3fdb0587749bfa99d6802b8 (diff)
fix url of dlls in README
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index f117a26..ba28c90 100644
--- a/README
+++ b/README
@@ -89,10 +89,12 @@ INSTALLATION ON WINDOWS
89 89
903) Copy libgsl.dll, libcblas.dll (from the binaries package gsl-1.8.bin.zip) 903) Copy libgsl.dll, libcblas.dll (from the binaries package gsl-1.8.bin.zip)
91 and liblapack.dll (borrowed from the R system) to the folder where 91 and liblapack.dll (borrowed from the R system) to the folder where
92 hssl has been installed: C:\haskell\hss-0.1\ghc-6.6.1. They are needed to compile programs. 92 hssl has been installed: C:\Program Files\haskell\hss-0.1\ghc-6.6.1.
93 These three dlls are also available from http://perception.inf.um.es/darcs/HSSL/dll1.zip 93 They are needed to compile programs.
94 These three dlls are also available from http://perception.inf.um.es/~aruiz/darcs/HSSL/dll1.zip
94 95
954) Copy the dlls at http://perception.inf.um.es/darcs/HSSL/dll2.zip to C:\windows\system 964) Copy the dlls at http://perception.inf.um.es/~aruiz/darcs/HSSL/dll2.zip
97 to the working directory or C:\windows\system
96 They are required to run the programs and ghci. 98 They are required to run the programs and ghci.
97 99
98Unfortunately the lapack dll supplied by the R system does not include zgels_ and zgelss_, 100Unfortunately the lapack dll supplied by the R system does not include zgels_ and zgelss_,