Added the tip for Windows.
authorZhang Xianyi <xianyi@iscas.ac.cn>
Thu, 9 Aug 2012 12:37:45 +0000 (20:37 +0800)
committerZhang Xianyi <xianyi@iscas.ac.cn>
Thu, 9 Aug 2012 12:37:55 +0000 (20:37 +0800)
quickbuild.win32
quickbuild.win64

index 29949c1..3d7db17 100644 (file)
@@ -1,3 +1,4 @@
 #!/bin/bash
 
+echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
 make BINARY=32 CC=gcc FC=gfortran
index 88f748a..8f01894 100644 (file)
@@ -1,3 +1,4 @@
 #!/bin/bash
 
+echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
 make BINARY=64 CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran