Remove redundant Prerequisite before build section

The contents of the "Prerequisite before buil"d section are given already
in a link in its "Prepare your environment" parent section and therefore
redundant. Let's remove it.

Signed-off-by: phoenix <felix.niederwanger@suse.com>
This commit is contained in:
phoenix 2024-04-23 14:47:23 +02:00
parent 35c2c82df2
commit 3f78c39c50
No known key found for this signature in database
GPG Key ID: 31860289A704FB3C
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.