mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-22 00:04:31 +03:00
docs: add llvm-config dependency for arch, fedora
This adds on to 446ec6b092
("docs: mention that libclang is
required"). That commit updated the dependency list for Debian. This
adds the packages needed to get llvm-config for arch and fedora.
Signed-off-by: Thomas Bertschinger <tahbertschinger@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
411eb2575e
commit
f06fd08067
@ -34,13 +34,13 @@ Fedora: install the "Development tools" group along with:
|
||||
dnf install -y libaio-devel libsodium-devel \
|
||||
libblkid-devel libzstd-devel zlib-devel userspace-rcu-devel \
|
||||
lz4-devel libuuid-devel valgrind-devel keyutils-libs-devel \
|
||||
findutils udev systemd-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
|
||||
pacman -S base-devel libaio keyutils libsodium liburcu zstd valgrind
|
||||
pacman -S base-devel libaio keyutils libsodium liburcu zstd valgrind llvm
|
||||
```
|
||||
|
||||
Then, just `make && make install`
|
||||
|
Loading…
Reference in New Issue
Block a user