mirror of
https://github.com/containers/podman.git
synced 2025-07-02 00:30:00 +08:00
Add installation instructions for openSUSE
Adds the installation instructions for openSUSE, similar to the present ones for Fedora and Debian/Ubuntu. Tested on openSUSE Tumbleweed and Leap 15.6. Signed-off-by: phoenix <felix.niederwanger@suse.com>
This commit is contained in:
@ -112,6 +112,13 @@ You need install some dependencies before building a binary.
|
||||
$ export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
|
||||
```
|
||||
|
||||
#### openSUSE
|
||||
|
||||
```shell
|
||||
$ sudo zypper -n in libgpgme-devel libseccomp-devel 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.
|
||||
|
Reference in New Issue
Block a user