From 8847cbdf3a27805fbd6c5fe7ae17829ea8fe4662 Mon Sep 17 00:00:00 2001 From: grdowns Date: Thu, 12 Sep 2019 13:40:09 -0700 Subject: [PATCH] Add vcpkg installation instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 14815ff00..0945d5e4a 100644 --- a/README.md +++ b/README.md @@ -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.