aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Lima <danilo.glima@outlook.com>2022-08-20 12:58:34 -0300
committerDanilo Lima <danilo.glima@outlook.com>2022-08-22 09:20:09 -0300
commitbe1455eadd39565e644c1b56ebe425a5d549da3e (patch)
tree767c293951c35616973cfe6e3bd52c61dbf56f77
parent351028b1ac87851fc084b8b5e09eb80660e6bb5a (diff)
downloadpodman-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.md7
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.