mirror of https://github.com/containers/podman.git
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:
parent
35c2c82df2
commit
3f78c39c50
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue