From 3b28cdfb2079cbc1757f9db5472e7995d3628137 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 23 Apr 2024 09:38:48 +0200 Subject: [PATCH] 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 --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b66271953..628853d004 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.