Merge pull request #22464 from grisu48/opensuse

[CI:DOCS] Add installation instructions for openSUSE
This commit is contained in:
openshift-merge-bot[bot]
2024-04-23 12:35:36 +00:00
committed by GitHub

View File

@ -102,14 +102,18 @@ You need install some dependencies before building a binary.
```shell
$ sudo dnf install gpgme-devel libseccomp-devel.x86_64 systemd-devel
$ export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
```
#### Debian / Ubuntu
```shell
$ 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