From cf55f0a32419f93e9fcabd93d607820092f32874 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Fri, 8 Mar 2024 07:27:44 +1000 Subject: [PATCH 1/2] Update RHEL requirements in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be959c3..1b471e6 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ too old. * Alpine users should run: `sudo apk add python3 make g++` * Amazon Linux AMI users should run: `sudo yum install gcc72 gcc72-c++` * Arch Linux users should run: `sudo pacman -S make gcc python` -* Red Hat users should run: `sudo dnf install python3 gcc gcc-c++ zlib-devel brotli-devel openssl-devel libuv-devel` +* Red Hat users should run: `sudo dnf install python3 make gcc gcc-c++ openssl-devel libuv-devel` WHO IS USING ISOLATED-VM From b43280cf07f6f4275015ddb10784b8f7fdd791aa Mon Sep 17 00:00:00 2001 From: David Beitey Date: Fri, 8 Mar 2024 12:07:15 +1000 Subject: [PATCH 2/2] Fix RHEL requirements in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b471e6..e004b49 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ too old. * Alpine users should run: `sudo apk add python3 make g++` * Amazon Linux AMI users should run: `sudo yum install gcc72 gcc72-c++` * Arch Linux users should run: `sudo pacman -S make gcc python` -* Red Hat users should run: `sudo dnf install python3 make gcc gcc-c++ openssl-devel libuv-devel` +* Red Hat users should run: `sudo dnf install python3 make gcc gcc-c++ zlib-devel brotli-devel openssl-devel` WHO IS USING ISOLATED-VM