Merge pull request #1366 from irbeam256/fedora-docs

Add Fedora/RHEL dependencies to the README
This commit is contained in:
Andrew Chin
2026-01-10 21:01:21 -05:00
committed by GitHub
+9
View File
@@ -157,6 +157,15 @@ $ sudo apt install -y build-essential protobuf-compiler \
libssl-dev bash-completion tmux less
```
Fedora, RHEL:
```
$ sudo dnf group install development-tools
$ sudo dnf install automake protobuf-compiler protobuf-devel libutempter-devel \
zlib-ng-compat-devel ncurses-devel openssl-devel bash-completion tmux less \
perl-diagnostics
```
MacOS:
```