From 9821d0a41ac815b418aeb748acfdaee221357d63 Mon Sep 17 00:00:00 2001 From: FrankXie Date: Thu, 8 Sep 2022 00:08:15 -0700 Subject: [PATCH] Add vcpkg installation instructions --- INSTALL | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/INSTALL b/INSTALL index 2a19411681..fc5f91e572 100644 --- a/INSTALL +++ b/INSTALL @@ -5,3 +5,13 @@ To build the BOINC client software: For more information, visit: http://boinc.berkeley.edu/trac/wiki/CompileClient http://boinc.berkeley.edu/trac/wiki/BuildSystem + +Alternatively, you can build and install BOINC using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager: + + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + ./vcpkg integrate install + ./vcpkg install boinc + +The BOINC port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.