summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorVassil Keremidchiev <varosi@gmail.com>2015-09-12 01:36:55 +0300
committerVassil Keremidchiev <varosi@gmail.com>2015-09-12 01:36:55 +0300
commitf4de0a9900d7e00ceace705c06af488cf140d655 (patch)
tree24bf9c26b40ce0877020bec8b39396e65c132a03 /INSTALL.md
parent45054c6ebe792d9078293900eacfe91ba6978b60 (diff)
Under Windows and Stack-based build OpenBLAS could be selected outside now. Updated documentation.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 343ee0a..7c978f9 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -67,13 +67,15 @@ using this method.
67 67
68### Stack-based Windows build 68### Stack-based Windows build
69 69
701) > cd packages\base
71
701) > stack setup 721) > stack setup
71 73
722) Download and unzip somewhere OpenBLAS http://www.openblas.net/ 742) Download and unzip somewhere OpenBLAS http://www.openblas.net/
73 75
743) In a normal Windows cmd: 763) In a normal Windows cmd:
75 77
76 > stack install --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include 78 > stack install --flag hmatrix:openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include
77 79
78## Tests ############################################### 80## Tests ###############################################
79 81