mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-02 21:57:52 +00:00
Merge pull request #15394 from daniloglima/feature/update-contrib-file
[CI:DOCS] Update "CONTRIBUTING" file with Debian/Ubuntu dependencies"
This commit is contained in:
commit
ad359f61fa
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue