mirror of https://github.com/containers/podman.git
Update "CONTRIBUTING" file with Debian/Ubuntu dependencies"
Signed-off-by: Danilo Lima <danilo.glima@outlook.com>
This commit is contained in:
parent
351028b1ac
commit
be1455eadd
|
|
@ -97,6 +97,13 @@ You need install some dependencies before building a binary.
|
||||||
$ export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
|
$ 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
|
### Building binaries and test your changes
|
||||||
|
|
||||||
To test your changes do `make binaries` to generate your binaries.
|
To test your changes do `make binaries` to generate your binaries.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue