Merge pull request #22468 from grisu48/contributing

[CI:DOCS] Remove redundant Prerequisite before build section
This commit is contained in:
openshift-merge-bot[bot] 2024-04-23 21:34:37 +00:00 committed by GitHub
commit f82c7cefef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 22 deletions

View File

@ -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.