diff options
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_, |