Skip to content

Commit

Permalink
Merge pull request #3172 from Azure/documentation-debian-dev
Browse files Browse the repository at this point in the history
Add required debian packages to docs
  • Loading branch information
cblecker authored Sep 15, 2023
2 parents 2114a6c + 00ea406 commit e415ac4
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 e415ac4

Please sign in to comment.