From 8079befe49f2d7bb1e29a93d86a0173f1f9c8d10 Mon Sep 17 00:00:00 2001 From: William Robinet Date: Fri, 28 Aug 2020 10:44:31 +0200 Subject: [PATCH] Update readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ae6399..5496b95 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,22 @@ Additional back-end code available is in the [crl-monitor ](https://github.com/a # Build instructions -For Debian & Ubuntu +On Debian & Ubuntu: ``` apt install build-essential autoconf libssl-dev libpcap-dev ./autogen.sh ./configure --prefix=/usr/local make -make install +(optional) make install +``` + +On Fedora, Centos & RHEL: +``` +dnf install autoconf automake gcc make openssl-devel libpcap-devel +./autogen.sh +./configure --prefix=/usr/local +make +(optional) make install ``` ## Contributing