-
Notifications
You must be signed in to change notification settings - Fork 468
Building BOINC Client and Manager on Ubuntu 24.04
Vitalii Koshura edited this page Feb 13, 2025
·
2 revisions
sudo apt install -y \
git \
build-essential \
m4 \
pkg-config \
autoconf \
libtool \
libssl-dev \
libcurl4-openssl-dev \
zlib1g-dev \
freeglut3-dev \
libxmu-dev \
libxi-dev \
libjpeg-dev \
libxss-dev \
libwxgtk3.2-dev \
libwxgtk-webview3.2-dev \
libnotify-dev \
libxcb-util-dev \
libx11-dev \
libgtk-3-dev
git clone https://github.com/BOINC/boinc.git
cd boinc
./_autosetup
./configure --disable-server --enable-manager --enable-client
make