diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -65,6 +65,18 @@ using this method. | |||
65 | 65 | ||
66 | > cabal install --flags=openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include | 66 | > cabal install --flags=openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include |
67 | 67 | ||
68 | ### Stack-based Windows build | ||
69 | |||
70 | 1) > cd packages\base | ||
71 | |||
72 | 1) > stack setup | ||
73 | |||
74 | 2) Download and unzip somewhere OpenBLAS http://www.openblas.net/ | ||
75 | |||
76 | 3) In a normal Windows cmd: | ||
77 | |||
78 | > stack install --flag hmatrix:openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include | ||
79 | |||
68 | ## Tests ############################################### | 80 | ## Tests ############################################### |
69 | 81 | ||
70 | After installation we can verify that the library works as expected: | 82 | After installation we can verify that the library works as expected: |