From 32437b4052db84d29aecf095624227c9690686dd Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sun, 18 Aug 2024 22:18:36 +0200 Subject: [PATCH] Add Fedora Dependencies to build.md Related to / prompted by https://github.com/souffle-lang/souffle/issues/2505. --- pages/docs/build.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/docs/build.md b/pages/docs/build.md index f4c5509..cde4d8f 100644 --- a/pages/docs/build.md +++ b/pages/docs/build.md @@ -72,6 +72,12 @@ sudo apt install \ zlib1g-dev ``` +### Fedora Dependencies + +```sh +sudo dnf install bison flex libffi-devel sqlite-devel zlib-devel +``` + ### Linux Build Support for C++17 is required. This support is present in GNU C++ version 7 or greater and Clang++ version 7 or greater.