Skip to content

Commit

Permalink
Update README - CentOS 8 steps also works for AlmaLinux & Rocky Linux (
Browse files Browse the repository at this point in the history
…#221)

CentOS 8 steps also works for AlmaLinux & Rocky Linux. And reformat to one single dnf line.
  • Loading branch information
emilstahl authored Dec 29, 2023
1 parent df8fa00 commit 6811b7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,8 @@ Installing dependencies:
scl enable devtoolset-8 bash
# do the build from that bash

On CentOS 8 Linux:
dnf install gcc
dnf install jansson.x86_64 jansson-devel.x86_64
dnf install libcurl-devel.x86_64
On CentOS / AlmaLinux / Rocky Linux 8:
dnf install gcc jansson.x86_64 jansson-devel.x86_64 libcurl-devel.x86_64

On FreeBSD 10:
pkg install curl jansson
Expand Down

0 comments on commit 6811b7a

Please sign in to comment.