1
0
mirror of https://github.com/slicer69/doas synced 2024-07-09 03:55:50 +00:00

Add Fedora build dependencies to README.md

This commit is contained in:
Joseph Manley 2021-02-12 22:34:14 -05:00
parent 7c2fc782d0
commit 1050ff4a5a

View File

@ -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