Added instructions to the README file which explain how to install

build tools and dependencies for openSUSE.
This commit is contained in:
Jesse Smith 2021-06-03 22:21:52 -03:00
parent 065b375add
commit e0fb8d80e9

View file

@ -36,7 +36,6 @@ 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++ make flex bison pam-devel byacc
@ -49,6 +48,10 @@ The doas command is in FreeBSD's ports collection and may be installed by simply
sudo yum install gcc gcc-c++ make flex bison pam-devel byacc git
#### openSUSE and SUSE Linux Enterprise
sudo zypper install gcc gcc-c++ make flex bison pam-devel byacc git
#### macOS
xcode-select --install