From 49577395d545c30d266b40a874ea65f8fd339c1f Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Tue, 10 Jul 2018 14:23:50 +0200 Subject: [PATCH] add Fedora build dependencies --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 88f2d5ebe..c20cba960 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,11 @@ For example, on Ubuntu 17.04, one can install the required libraries with: ``` sudo apt-get install cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev ``` +or on Fedora: +``` +dnf install cmake fftw3-devel polarssl-devel lksctp-tools-devel libconfig-devel boost-devel +``` + Note that depending on your flavor and version of Linux, the actual package names may be different. * Optional requirements: