mirror of
https://github.com/containers/podman.git
synced 2025-07-02 16:57:24 +08:00
Merge pull request #22464 from grisu48/opensuse
[CI:DOCS] Add installation instructions for openSUSE
This commit is contained in:
@ -102,14 +102,18 @@ You need install some dependencies before building a binary.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ sudo dnf install gpgme-devel libseccomp-devel.x86_64 systemd-devel
|
$ sudo dnf install gpgme-devel libseccomp-devel.x86_64 systemd-devel
|
||||||
$ export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Debian / Ubuntu
|
#### Debian / Ubuntu
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ sudo apt-get install -y libsystemd-dev libgpgme-dev libseccomp-dev
|
$ sudo apt-get install -y libsystemd-dev libgpgme-dev libseccomp-dev
|
||||||
$ export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
|
```
|
||||||
|
|
||||||
|
#### openSUSE
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ sudo zypper -n in libgpgme-devel libseccomp-devel systemd-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
### Building binaries and test your changes
|
### Building binaries and test your changes
|
||||||
|
Reference in New Issue
Block a user