diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -55,6 +55,11 @@ using this method. | |||
55 | 55 | ||
56 | [winpack]: https://github.com/downloads/AlbertoRuiz/hmatrix/gsl-lapack-windows.zip | 56 | [winpack]: https://github.com/downloads/AlbertoRuiz/hmatrix/gsl-lapack-windows.zip |
57 | 57 | ||
58 | ### Alternative Windows build | ||
59 | 1) > cabal update | ||
60 | 2) Download and unzip somewhere OpenBLAS http://www.openblas.net/ | ||
61 | 3) > cabal install --flags=openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include | ||
62 | |||
58 | ## Tests ############################################### | 63 | ## Tests ############################################### |
59 | 64 | ||
60 | After installation we can verify that the library works as expected: | 65 | After installation we can verify that the library works as expected: |