diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-10-26 14:35:37 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-10-26 14:35:37 +0000 |
commit | 86406ad682436d55932318b85123fe1afc865bbf (patch) | |
tree | a578c3507385cf72847ac40609197c4f027be66c /README | |
parent | ff72d6c45d36306ea3fdb0587749bfa99d6802b8 (diff) |
fix url of dlls in README
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -89,10 +89,12 @@ INSTALLATION ON WINDOWS | |||
89 | 89 | ||
90 | 3) Copy libgsl.dll, libcblas.dll (from the binaries package gsl-1.8.bin.zip) | 90 | 3) 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 | ||
95 | 4) Copy the dlls at http://perception.inf.um.es/darcs/HSSL/dll2.zip to C:\windows\system | 96 | 4) 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 | ||
98 | Unfortunately the lapack dll supplied by the R system does not include zgels_ and zgelss_, | 100 | Unfortunately the lapack dll supplied by the R system does not include zgels_ and zgelss_, |