Skip to content

Commit a928959

Browse files
committed
Added the tip for Windows.
1 parent 7bd1834 commit a928959

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: quickbuild.win32

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3+
echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
34
make BINARY=32 CC=gcc FC=gfortran

Diff for: quickbuild.win64

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3+
echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
34
make BINARY=64 CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran

0 commit comments

Comments
 (0)