diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -65,6 +65,16 @@ 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) > stack setup | ||
71 | |||
72 | 2) Download and unzip somewhere OpenBLAS http://www.openblas.net/ | ||
73 | |||
74 | 3) In a normal Windows cmd: | ||
75 | |||
76 | > stack install --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include | ||
77 | |||
68 | ## Tests ############################################### | 78 | ## Tests ############################################### |
69 | 79 | ||
70 | After installation we can verify that the library works as expected: | 80 | After installation we can verify that the library works as expected: |