From 00ea406b3bce233e82673a4eb776c3711a593826 Mon Sep 17 00:00:00 2001 From: nont Date: Thu, 14 Sep 2023 19:31:55 +0700 Subject: [PATCH] Add required debian packages to docs --- docs/prepare-your-dev-environment.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/prepare-your-dev-environment.md b/docs/prepare-your-dev-environment.md index f7dd4cfd770..6bfab199073 100644 --- a/docs/prepare-your-dev-environment.md +++ b/docs/prepare-your-dev-environment.md @@ -54,7 +54,9 @@ This document goes through the development dependencies one requires in order to ### Debian Packages -Install the `libgpgme-dev` package. +Install the `libgpgme-dev`, `libbtrfs-dev` and `libdevmapper-dev` packages. + +Make sure that `PKG_CONFIG_PATH` contains the pkgconfig files of the above packages. E.g. `export PKG_CONFIG_PATH:/usr/lib/x86_64-linux-gnu/pkgconfig` (your actual pkgconfig path may vary, so adjust accordingly). ### MacOS Packages