Skip to content

Commit

Permalink
Add required debian packages to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwnt committed Sep 14, 2023
1 parent 331b08e commit 00ea406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/prepare-your-dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00ea406

Please sign in to comment.