From 07e95d0e2f059c41d6bd2f2977b6acaaec6c9d11 Mon Sep 17 00:00:00 2001 From: Marin BERNARD Date: Sun, 4 Oct 2020 11:35:50 +0200 Subject: Added Fedora build dependencies to README.md Added instructions to install build dependencies in Fedora 32. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3d23f7ef..c30ddf75 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,16 @@ required build dependencies using the following command: libboost-graph-dev libboost-iostreams-dev \ libboost-python-dev libboost-regex-dev libboost-test-dev +### Fedora + +You can install all required build dependencies under Fedora using the +following command (tested with Fedora 32): + + $ sudo dnf install boost-date-time boost-devel boost-filesystem \ + boost-iostreams boost-python3-devel boost-regex boost-system \ + boost-test cmake doxygen gettext git gmp-devel libedit-devel \ + mpfr-devel python3-devel texinfo tzdata + ## Building The next step is preparing your environment for building. While you can use -- cgit v1.2.3