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:
phoenix
2024-04-23 09:38:48 +02:00
parent 7986eeaf6a
commit 3b28cdfb20

View File

@ -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.