From cad611180ff895b2048cae68cea6bd86884ad9a9 Mon Sep 17 00:00:00 2001
From: Martin Hecht <mrbaseman@gmx.de>
Date: Fri, 14 Dec 2018 16:18:54 +0100
Subject: [PATCH] update README.md: add dependency "make" for Fedora (server)
 (#418)

...and mention runtime dependency ppp or pppd
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 970184c..8d1ab08 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ For other distros, you'll need to build and install from source:
 
 1.  Install build dependencies.
 
-    * RHEL/CentOS/Fedora: `gcc` `automake` `autoconf` `openssl-devel` `pkg-config`
+    * RHEL/CentOS/Fedora: `gcc` `automake` `autoconf` `openssl-devel` `make` `pkg-config`
     * Debian/Ubuntu: `gcc` `automake` `autoconf` `libssl-dev` `make` `pkg-config`
     * Arch Linux: `gcc` `automake` `autoconf` `openssl` `pkg-config`
     * Gentoo Linux: `net-dialup/ppp` `pkg-config`
@@ -124,6 +124,7 @@ For other distros, you'll need to build and install from source:
     If you need to specify the openssl location you can set the
     `$PKG_CONFIG_PATH` environment variable.
 
+    Finally, install runtime dependency `ppp` or `pppd`.
 
 ----------------
 Running as root?
-- 
GitLab