From 5f40f9edb087a1b0c9f423f36e1e6e9d29cc6307 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Mon, 22 Feb 2021 14:18:48 -0500 Subject: [PATCH] docs: remove libbtrfs-dev as a build-time dependency We no longer require ctree.h from libbtrfs-dev. Signed-off-by: Zygo Blaxell --- docs/install.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/install.md b/docs/install.md index 7bd3b29..fff0be2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -13,11 +13,9 @@ Dependencies There may be problems when building with newer compiler versions. Build failure reports welcome! -* btrfs-progs (tested with 4.1..4.20.2) or libbtrfs-dev - (tested with version 4.20.2) +* btrfs-progs - Needed for btrfs.h and ctree.h during compile. - Also needed by the service wrapper script. + Needed at runtime by the service wrapper script. * libuuid-dev @@ -78,7 +76,7 @@ within a temporary runtime directory. `$ apt -y install build-essential btrfs-tools uuid-dev markdown && make` ### Ubuntu 18.10: -`$ apt -y install build-essential btrfs-progs libbtrfs-dev uuid-dev markdown && make` +`$ apt -y install build-essential btrfs-progs uuid-dev markdown && make` ### Ubuntu 14.04: You can try to carry on the work done here: