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

Fixed/Added, after tests, CentOS and Fedora build dependencies.

This commit is contained in:
Marcelo dos Santos Mafra 2021-02-15 16:42:24 -03:00
parent 294a476290
commit 7ad7fa0776

View File

@ -36,10 +36,19 @@ The doas command is in FreeBSD's ports collection and may be installed by simply
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
### Fedora
sudo dnf install gcc gcc-c++ make flex bison pam-devel byacc
### CentOS 8 and Stream
sudo dnf install gcc gcc-c++ make flex bison pam-devel byacc git
### CentOS 7.x
sudo yum install gcc gcc-c++ make flex bison pam-devel byacc git
#### macOS
xcode-select --install