Merge pull request #4919 from FrankXie05/vcpkg-instructions

This commit is contained in:
Vitalii Koshura 2022-09-08 09:38:21 +02:00 committed by GitHub
commit e3993d3e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
INSTALL
View File

@ -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.