summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorVassil Keremidchiev <varosi@gmail.com>2015-09-12 01:22:53 +0300
committerVassil Keremidchiev <varosi@gmail.com>2015-09-12 01:22:53 +0300
commit45054c6ebe792d9078293900eacfe91ba6978b60 (patch)
tree95de55d0ee3b7b32eaec5df1332535adbe4745f6 /INSTALL.md
parent743ab3671874dee72c411209de215d1efeb3581c (diff)
Updated INSTALL.md about Windows stack-based setup
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: