-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.kind/improvementCategorizes issue or PR as related to improving upon a current feature.Categorizes issue or PR as related to improving upon a current feature.
Description
Since we removed gluster, we don't need the legacy python2 dependency and we can support building on more modern distros like Fedora.
Currently the x86_64 build works on Fedora 43 by installing these tools:
sudo dnf install \
7zip \
automake \
bc \
cpio \
gcc \
gcc-c++ \
genisoimage \
git \
gnupg2 \
libtool \
make \
unzip \
wget \The aarch64 version has more issues but we can start with the simple change.
The docs need to describe 2 systems for building (Ubuntu 22.04, Fedora 43). Each system need its own instructions for installing require tools. The actual build instructions should be shared since they must be the same.
Metadata
Metadata
Assignees
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.kind/improvementCategorizes issue or PR as related to improving upon a current feature.Categorizes issue or PR as related to improving upon a current feature.