Skip to content

Commit e3993d3

Browse files
authored
Merge pull request #4919 from FrankXie05/vcpkg-instructions
2 parents 3fc6c02 + 9821d0a commit e3993d3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

INSTALL

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@ To build the BOINC client software:
55
For more information, visit:
66
http://boinc.berkeley.edu/trac/wiki/CompileClient
77
http://boinc.berkeley.edu/trac/wiki/BuildSystem
8+
9+
Alternatively, you can build and install BOINC using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
10+
11+
git clone https://github.com/Microsoft/vcpkg.git
12+
cd vcpkg
13+
./bootstrap-vcpkg.sh
14+
./vcpkg integrate install
15+
./vcpkg install boinc
16+
17+
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.

0 commit comments

Comments
 (0)