Browse Source

restore 2 files with documentation links

pull/2032/head
Andrew 7 years ago
parent
commit
f70edb8182
2 changed files with 8 additions and 0 deletions
  1. +4
    -0
      quickbuild.win32
  2. +4
    -0
      quickbuild.win64

+ 4
- 0
quickbuild.win32 View File

@@ -0,0 +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

+ 4
- 0
quickbuild.win64 View File

@@ -0,0 +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=gcc FC=gfortran

Loading…
Cancel
Save