This commit is contained in:
Griffin Downs 2024-09-29 02:51:12 +05:30 committed by GitHub
commit a2c46dae26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,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. (If you want the most up to date version, be
sure to use the develop branch - master is several years out of date due to a change of maintainership.)