Skip to content

Commit

Permalink
Add libz-devel requirement for CentOS in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianNichols committed Sep 16, 2024
1 parent 9161e5a commit b0aa85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ are also included.

### Red Hat Enterprise Linux, CentOS and Amazon Linux

$ sudo yum install openssl-devel glibc-devel autoconf automake libtool
$ sudo yum install openssl-devel glibc-devel autoconf automake libtool libz-devel

[Optional:]
$ sudo yum install gcc-c++ graphviz rpm-build

### Fedora

$ sudo yum install openssl-devel glibc-devel autoconf automake libtool
$ sudo yum install openssl-devel glibc-devel autoconf automake libtool libz-devel

[Optional:]
$ sudo yum install gcc-c++ graphviz rpm-build
Expand Down

0 comments on commit b0aa85f

Please sign in to comment.