From 4fe70e2303e43b924127599688be9645130d96ab Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 4 Oct 2023 15:11:42 -0700 Subject: [PATCH] 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 Co-Authored-By: Mobile Developer Change-Id: I1a3514b224dc284f7482960d1888cc1466cfadb1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bde9ca..2bb1807 100644 --- a/README.md +++ b/README.md @@ -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