mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
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
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:
commit
553e605886
12
INSTALL.md
12
INSTALL.md
@ -49,10 +49,9 @@ dnf install -y libaio-devel libsodium-devel \
|
|||||||
|
|
||||||
openSUSE: install build dependencies with:
|
openSUSE: install build dependencies with:
|
||||||
```shell
|
```shell
|
||||||
zypper install -y libaio-devel libsodium-devel \
|
zypper in -y libaio-devel libsodium-devel libblkid-devel liburcu-devel \
|
||||||
libblkid-devel liburcu-devel libzstd-devel zlib-devel \
|
libzstd-devel zlib-devel liblz4-devel libuuid-devel valgrind-devel \
|
||||||
liblz4-devel libuuid-devel valgrind-devel keyutils-devel \
|
keyutils-devel findutils udev systemd-devel llvm-devel
|
||||||
findutils udev systemd-devel llvm-devel
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Arch: install bcachefs-tools-git from the AUR.
|
Arch: install bcachefs-tools-git from the AUR.
|
||||||
@ -88,6 +87,11 @@ Arch:
|
|||||||
pacman -S fuse3
|
pacman -S fuse3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
openSUSE:
|
||||||
|
```shell
|
||||||
|
zypper in -y fuse3-devel
|
||||||
|
```
|
||||||
|
|
||||||
Then, make using the `BCACHEFS_FUSE` environment variable (make clean first if
|
Then, make using the `BCACHEFS_FUSE` environment variable (make clean first if
|
||||||
previously built without fuse support):
|
previously built without fuse support):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user