summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f195de6..343ee0a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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
701) > stack setup
71
722) Download and unzip somewhere OpenBLAS http://www.openblas.net/
73
743) 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
70After installation we can verify that the library works as expected: 80After installation we can verify that the library works as expected: