From 1050ff4a5a74ad1927a38da0a65dfce4234cd182 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Fri, 12 Feb 2021 22:34:14 -0500 Subject: [PATCH] Add Fedora build dependencies to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22814fc..fc2e7d7 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ The doas command is in FreeBSD's ports collection and may be installed by simply #### Debian and Ubuntu based distributions sudo apt install build-essential make bison flex libpam0g-dev + +#### Fedora + + sudo dnf install gcc gcc-c++ kernel-devel make flex bison bison-devel flex-devel pam-devel byacc #### macOS