Add Fedora/RHEL dependencies to the README

This commit is contained in:
Irene Brown
2025-12-20 13:17:45 -08:00
parent 2f3fff61c7
commit ad655d89a3
+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:
```