diff options
author | Danilo Lima <danilo.glima@outlook.com> | 2022-08-20 12:58:34 -0300 |
---|---|---|
committer | Danilo Lima <danilo.glima@outlook.com> | 2022-08-22 09:20:09 -0300 |
commit | be1455eadd39565e644c1b56ebe425a5d549da3e (patch) | |
tree | 767c293951c35616973cfe6e3bd52c61dbf56f77 | |
parent | 351028b1ac87851fc084b8b5e09eb80660e6bb5a (diff) | |
download | podman-be1455eadd39565e644c1b56ebe425a5d549da3e.tar.gz podman-be1455eadd39565e644c1b56ebe425a5d549da3e.tar.bz2 podman-be1455eadd39565e644c1b56ebe425a5d549da3e.zip |
Update "CONTRIBUTING" file with Debian/Ubuntu dependencies"
Signed-off-by: Danilo Lima <danilo.glima@outlook.com>
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5ee0c1df..d0f4ceb02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,6 +97,13 @@ You need install some dependencies before building a binary. $ export PKG_CONFIG_PATH="/usr/lib/pkgconfig" ``` +#### Debian / Ubuntu + + ```shell + $ sudo apt-get install -y libsystemd-dev libgpgme-dev libseccomp-dev + $ export PKG_CONFIG_PATH="/usr/lib/pkgconfig" + ``` + ### Building binaries and test your changes To test your changes do `make binaries` to generate your binaries. |