Merge pull request #358 from pevik/opensuse-pkg
Some checks failed
build / bcachefs-tools-deb (ubuntu-22.04) (push) Has been cancelled
build / bcachefs-tools-deb (ubuntu-24.04) (push) Has been cancelled
build / bcachefs-tools-rpm (push) Has been cancelled
build / bcachefs-tools-msrv (push) Has been cancelled
Nix-Tests / nix-flake-check (push) Has been cancelled

INSTALL: Add info about openSUSE packages
This commit is contained in:
koverstreet 2025-01-25 00:09:46 -05:00 committed by GitHub
commit 56b2449ded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,14 @@ dnf install -y libaio-devel libsodium-devel \
findutils udev systemd-devel llvm-devel findutils udev systemd-devel llvm-devel
``` ```
openSUSE: install build dependencies with:
```shell
zypper install -y libaio-devel libsodium-devel \
libblkid-devel liburcu-devel libzstd-devel zlib-devel \
liblz4-devel libuuid-devel valgrind-devel keyutils-devel \
findutils udev systemd-devel llvm-devel
```
Arch: install bcachefs-tools-git from the AUR. Arch: install bcachefs-tools-git from the AUR.
Or to build from source, install build dependencies with Or to build from source, install build dependencies with
```shell ```shell