Skip to content

Commit

Permalink
Add Fedora Dependencies to build.md
Browse files Browse the repository at this point in the history
Related to / prompted by souffle-lang/souffle#2505.
  • Loading branch information
vorburger authored Aug 18, 2024
1 parent 62dbdff commit 32437b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 32437b4

Please sign in to comment.