Browse Source

Added the tip for Windows.

tags/v0.2.3^2
Zhang Xianyi 13 years ago
parent
commit
a92895939e
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      quickbuild.win32
  2. +1
    -0
      quickbuild.win64

+ 1
- 0
quickbuild.win32 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

+ 1
- 0
quickbuild.win64 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

Loading…
Cancel
Save