Skip to content

Commit

Permalink
Merge pull request #22468 from grisu48/contributing
Browse files Browse the repository at this point in the history
[CI:DOCS] Remove redundant Prerequisite before build section
  • Loading branch information
openshift-merge-bot[bot] authored Apr 23, 2024
2 parents 5e1c3f5 + 3f78c39 commit f82c7ce
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,28 +94,6 @@ 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 systemd-devel
```

#### Debian / Ubuntu

```shell
$ sudo apt-get install -y libsystemd-dev libgpgme-dev libseccomp-dev
```

#### openSUSE

```shell
$ sudo zypper -n in libgpgme-devel libseccomp-devel systemd-devel
```

### Building binaries and test your changes

To test your changes do `make binaries` to generate your binaries.
Expand Down

1 comment on commit f82c7ce

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.