2008-01-14 19:08:52 +00:00
To build the BOINC client software:
./_autosetup
2016-01-12 04:50:38 +00:00
./configure --disable-server
2002-07-17 22:52:45 +00:00
2008-01-14 19:08:52 +00:00
For more information, visit:
http://boinc.berkeley.edu/trac/wiki/CompileClient
http://boinc.berkeley.edu/trac/wiki/BuildSystem
2022-09-08 07:08:15 +00:00
2022-09-08 08:01:02 +00:00
When building application that should run on BOINC, you no longer need to care about building BOINC libraries for every platform.
you can build and install BOINC libraries using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
2022-09-08 07:08:15 +00:00
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.