From 653357942c9eb6878929c6b05fa0e49086938f64 Mon Sep 17 00:00:00 2001 From: Vassil Keremidchiev Date: Sun, 6 Sep 2015 16:13:26 +0300 Subject: Added alternative Windows installation instruction --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 157036e..94964d2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -55,6 +55,11 @@ using this method. [winpack]: https://github.com/downloads/AlbertoRuiz/hmatrix/gsl-lapack-windows.zip +### Alternative Windows build +1) > cabal update +2) Download and unzip somewhere OpenBLAS http://www.openblas.net/ +3) > cabal install --flags=openblas --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