mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
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
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:
commit
56b2449ded
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user