From 45054c6ebe792d9078293900eacfe91ba6978b60 Mon Sep 17 00:00:00 2001 From: Vassil Keremidchiev Date: Sat, 12 Sep 2015 01:22:53 +0300 Subject: Updated INSTALL.md about Windows stack-based setup --- INSTALL.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'INSTALL.md') 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. > cabal install --flags=openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include +### Stack-based Windows build + +1) > stack setup + +2) Download and unzip somewhere OpenBLAS http://www.openblas.net/ + +3) In a normal Windows cmd: + + > stack install --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include + ## Tests ############################################### After installation we can verify that the library works as expected: -- cgit v1.2.3