Skip to content

Commit

Permalink
Merge pull request #7936 from 3sky/add-prerequisite-to-doc
Browse files Browse the repository at this point in the history
add prerequisite section before building binaries
  • Loading branch information
openshift-merge-robot authored Oct 8, 2020
2 parents 1b90cb9 + e01eb92 commit c61faac
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This section describes how to start a contribution to Podman.

### Prepare your environment

Read the [install documentation to see how to install dependencies](install.md) .
Read the [install documentation to see how to install dependencies](https://podman.io/getting-started/installation#build-and-run-dependencies).

The install documentation will illustrate the following steps:
- install libs and tools
Expand Down Expand Up @@ -86,6 +86,17 @@ Makefile allow you to install needed tools:
$ make install.tools
```

### Prerequisite before build

You need install some dependencies before building a binary.

#### Fedora

```shell
$ sudo dnf install gpgme-devel libseccomp-devel.x86_64 libseccomp-devel.x86_64 systemd-devel
$ 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 c61faac

Please sign in to comment.