From 465348ced941cced12bbc00c6529b6d255cc4e25 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Wed, 25 Mar 2020 09:43:05 +0100 Subject: [PATCH] Add build and runtime dependencies for genprotimg to README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Jan Höppner Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 977f3258..e20aa376 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,14 @@ the different tools are provided: * dbginfo.sh: The tar package is required to archive collected data. +* genprotimg: + For building genprotimg you need OpenSSL version 1.1.0 or newer + installed (openssl-devel.rpm). Also required is glib2 + (glib2-devel.rpm). Tip: you may skip the genprotimg build by adding + `HAVE_OPENSSL=0` or `HAVE_GLIB2=0`. + + The runtime requirements are: openssl-libs (>= 1.1.0) and glib2. + * osasnmpd: You need at least the NET-SNMP 5.1.x package (net-snmp-devel.rpm) installed, before building the osasnmpd subagent.