Added the tip for Windows.

This commit is contained in:
Zhang Xianyi 2012-08-09 20:37:45 +08:00
parent 7bd1834d59
commit a92895939e
2 changed files with 2 additions and 0 deletions

View 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

View 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