Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for Fedora 41+ openssl-devel-engine #556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
| apt | `sudo apt -y install build-essential libffi-dev libpq-dev libxml2-dev libcurl4-openssl-dev cmake python libssh2-1-dev` |
| brew | `brew install cmake libssh2 iproute2mac` |

On Fedora 41+ you have to also run `sudo dnf install -y openssl-devel-engine`
On the mac, `iproute2mac` provides the `ip` command for `appliance_console`.

**Note**: Users with MacOS running on Apple M1 CPU might need to specify location of the `Homebrew` libraries explicitly.
Expand Down
Loading