summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-22 09:13:38 -0400
committerGitHub <noreply@github.com>2022-08-22 09:13:38 -0400
commitad359f61fa9cd59ec200e3fb15fcb23cf29cf98e (patch)
tree767c293951c35616973cfe6e3bd52c61dbf56f77
parent351028b1ac87851fc084b8b5e09eb80660e6bb5a (diff)
parentbe1455eadd39565e644c1b56ebe425a5d549da3e (diff)
downloadpodman-ad359f61fa9cd59ec200e3fb15fcb23cf29cf98e.tar.gz
podman-ad359f61fa9cd59ec200e3fb15fcb23cf29cf98e.tar.bz2
podman-ad359f61fa9cd59ec200e3fb15fcb23cf29cf98e.zip
Merge pull request #15394 from daniloglima/feature/update-contrib-file
[CI:DOCS] Update "CONTRIBUTING" file with Debian/Ubuntu dependencies"
-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.