From 3f78c39c5031e72cb5898f51b0d2853d928a7cf6 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 23 Apr 2024 14:47:23 +0200 Subject: [PATCH] Remove redundant Prerequisite before build section The contents of the "Prerequisite before buil"d section are given already in a link in its "Prepare your environment" parent section and therefore redundant. Let's remove it. Signed-off-by: phoenix --- CONTRIBUTING.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a175000cac..5e664edb70 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,28 +94,6 @@ Makefile allow you to install needed tools: $ make install.tools ``` -### Prerequisite before build - -You need install some dependencies before building a binary. - -#### Fedora - - ```shell - $ sudo dnf install gpgme-devel libseccomp-devel.x86_64 systemd-devel - ``` - -#### Debian / Ubuntu - - ```shell - $ sudo apt-get install -y libsystemd-dev libgpgme-dev libseccomp-dev - ``` - -#### openSUSE - - ```shell - $ sudo zypper -n in libgpgme-devel libseccomp-devel systemd-devel - ``` - ### Building binaries and test your changes To test your changes do `make binaries` to generate your binaries.