]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - INSTALL.md
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / INSTALL.md
index 370fb8df7f83b1db6fd8225384df1e519eddad09..7197d2fc52843c01caec62edc20caa40f4490ef5 100644 (file)
@@ -5,6 +5,7 @@ Build dependencies:
 
  * libaio
  * libblkid
+ * libclang
  * libkeyutils
  * liblz4
  * libsodium
@@ -24,8 +25,8 @@ Debian (Bullseye or later) and Ubuntu (20.04 or later): you can install these wi
 ``` shell
 apt install -y pkg-config libaio-dev libblkid-dev libkeyutils-dev \
     liblz4-dev libsodium-dev liburcu-dev libzstd-dev \
-    uuid-dev zlib1g-dev valgrind libudev-dev git build-essential \
-    python3 python3-docutils
+    uuid-dev zlib1g-dev valgrind libudev-dev udev git build-essential \
+    python3 python3-docutils libclang-dev
 ```
 
 Fedora: install the "Development tools" group along with:
@@ -33,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
+    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`
@@ -59,7 +60,7 @@ On Debian/Ubuntu (Bullseye/20.04 or later needed for libfuse >= 3.7):
 apt install -y libfuse3-dev
 ```
 
-On Fedora (32 or later needed for lbifuse >= 3.7):
+On Fedora (32 or later needed for libfuse >= 3.7):
 ```shell
 dnf install -y fuse3-devel
 ```