Skip to content

Commit

Permalink
Merge pull request containers#15394 from daniloglima/feature/update-c…
Browse files Browse the repository at this point in the history
…ontrib-file

[CI:DOCS] Update "CONTRIBUTING" file with Debian/Ubuntu dependencies"
  • Loading branch information
openshift-merge-robot committed Aug 22, 2022
2 parents 351028b + be1455e commit ad359f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ad359f6

Please sign in to comment.