summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-09-12 19:09:01 +0200
committerAlberto Ruiz <aruiz@um.es>2015-09-12 19:09:01 +0200
commitef383cac7c61ff7d5d49b42223f546492f2c0ba3 (patch)
tree6b6e223db31857d9361f8dbc2fc8650d1210279d /INSTALL.md
parent16536606a820e2160818a7a34d102ae1debc4232 (diff)
parentcc41aeae35b6f5b738daa457236176e3f6b63481 (diff)
Merge pull request #148 from varosi/feature/windows_builds
Fixed #125 build under Windows
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 94964d2..f195de6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -56,9 +56,14 @@ using this method.
56[winpack]: https://github.com/downloads/AlbertoRuiz/hmatrix/gsl-lapack-windows.zip 56[winpack]: https://github.com/downloads/AlbertoRuiz/hmatrix/gsl-lapack-windows.zip
57 57
58### Alternative Windows build 58### Alternative Windows build
59
591) > cabal update 601) > cabal update
61
602) Download and unzip somewhere OpenBLAS http://www.openblas.net/ 622) Download and unzip somewhere OpenBLAS http://www.openblas.net/
613) > cabal install --flags=openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include 63
643) In a normal Windows cmd:
65
66 > cabal install --flags=openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include
62 67
63## Tests ############################################### 68## Tests ###############################################
64 69