From cad67b73f2bebc59cc450e830605df38a1ebdef7 Mon Sep 17 00:00:00 2001 From: SaiHarshaK Date: Sun, 8 Mar 2020 16:03:53 +0530 Subject: [PATCH] Update btrfs dependencies in docs for debian buster and ubuntu 19.10 * Fixes: #4090 Signed-off-by: Sai Harsha Kottapalli --- BUILDING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index d2e13c521..7e13d97aa 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -43,6 +43,8 @@ need to satisfy this dependencies in your system: * CentOS/Fedora: `yum install btrfs-progs-devel` * Debian/Ubuntu: `apt-get install btrfs-tools` + * Debian Buster/Ubuntu 19.10: + `apt-get install btrfs-progs libbtrfs-dev` If you're building with seccomp, you'll need to install it with the following: