diff options
author | Vassil Keremidchiev <varosi@gmail.com> | 2015-09-06 16:13:26 +0300 |
---|---|---|
committer | Vassil Keremidchiev <varosi@gmail.com> | 2015-09-06 16:13:26 +0300 |
commit | 653357942c9eb6878929c6b05fa0e49086938f64 (patch) | |
tree | a9e1c2a239c920061f79ce7cc6612c55c76a2322 /INSTALL.md | |
parent | fc8bf571052ad6b987ac10582da63fd03c8df85a (diff) |
Added alternative Windows installation instruction
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: |