Add missing dependency to README

We started requiring zlib headers a while back now.

See also: https://github.com/openstack/liberasurecode/pull/1 and
https://github.com/openstack/liberasurecode/pull/2

Co-Authored-By: Dorian Burihabwa <dorian@burihabwa.com>
Co-Authored-By: Mobile Developer <app.mobile.developer@gmail.com>
Change-Id: I1a3514b224dc284f7482960d1888cc1466cfadb1
This commit is contained in:
Tim Burke 2023-10-04 15:11:42 -07:00
parent cc7de356d6
commit 4fe70e2303

View File

@ -51,13 +51,13 @@ Install dependencies -
Debian/Ubuntu hosts:
```sh
$ sudo apt-get install build-essential autoconf automake libtool
$ sudo apt-get install build-essential autoconf automake libtool zlib1g-dev
```
Fedora/RedHat/CentOS hosts:
```sh
$ sudo yum install -y gcc make autoconf automake libtool
$ sudo yum install -y gcc make autoconf automake libtool zlib-devel
```
To build the liberasurecode repository, perform the following from the