Skip to content

Commit

Permalink
Merge pull request #156 from vorburger/patch-2
Browse files Browse the repository at this point in the history
Add Fedora Dependencies to build.md
  • Loading branch information
quentin authored Aug 28, 2024
2 parents 62dbdff + 32437b4 commit 1ad8bd8
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 1ad8bd8

Please sign in to comment.