Skip to content

Commit

Permalink
docs: Add info about openSUSE packages
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Jan 24, 2025
1 parent 35a1378 commit cfbb597
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ dnf install -y libaio-devel libsodium-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 \
lz4-devel libuuid-devel valgrind-devel keyutils-devel \
findutils udev systemd-devel llvm-devel
```

Arch: install bcachefs-tools-git from the AUR.
Or to build from source, install build dependencies with
```shell
Expand Down

0 comments on commit cfbb597

Please sign in to comment.