From e0fb8d80e9311c3539babde5f59e9747b02ea2a2 Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Thu, 3 Jun 2021 22:21:52 -0300 Subject: [PATCH] Added instructions to the README file which explain how to install build tools and dependencies for openSUSE. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b6cb9c..a721938 100644 --- a/README.md +++ b/README.md @@ -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