aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
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).