From 57ecf60f865f889933385a01ea2f823662c52aac Mon Sep 17 00:00:00 2001 From: tlatorre Date: Wed, 28 Aug 2019 14:06:05 -0500 Subject: update README to add zlib dependency --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index ce5dbc9..c7eae9f 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ Building ======== -First you have to install the gsl, nlopt, and hdf5 libraries. On Fedora you can -install these with the following command: +First you have to install the gsl, nlopt, zlib, and hdf5 libraries. On Fedora +you can install these with the following command: - $ yum install gsl gsl-devel NLopt NLopt-devel hdf5 hdf5-devel + $ yum install gsl gsl-devel NLopt NLopt-devel zlib zlib-devel hdf5 hdf5-devel You can also install these packages yourself. For instructions, see below (Installing GSL and Installing NLopt). -- cgit