You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,13 @@ To build the BOINC client software:
5
5
For more information, visit:
6
6
http://boinc.berkeley.edu/trac/wiki/CompileClient
7
7
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