Merge remote-tracking branch 'github/master'
Some checks failed
Nix-Tests / nix-flake-check (push) Has been cancelled
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

This commit is contained in:
Kent Overstreet 2025-02-06 17:32:41 -05:00
commit 553e605886

View File

@ -49,10 +49,9 @@ dnf install -y libaio-devel libsodium-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
zypper in -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.
@ -88,6 +87,11 @@ Arch:
pacman -S fuse3
```
openSUSE:
```shell
zypper in -y fuse3-devel
```
Then, make using the `BCACHEFS_FUSE` environment variable (make clean first if
previously built without fuse support):