Browse Source

Add vcpkg installation instructions

pull/2256/head
grdowns 6 years ago
parent
commit
8847cbdf3a
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      README.md

+ 5
- 0
README.md View File

@@ -24,6 +24,11 @@ You can download them from [file hosting on sourceforge.net](https://sourceforge

## Installation from Source

If you are using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager you can download and install OpenBLAS from source with CMake integration using a single command:
```
vcpkg install openblas
```

Download from project homepage, https://xianyi.github.com/OpenBLAS/, or check out the code
using Git from https://github.com/xianyi/OpenBLAS.git.



Loading…
Cancel
Save