aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-08-28 14:06:05 -0500
committertlatorre <tlatorre@uchicago.edu>2019-08-28 14:06:05 -0500
commit57ecf60f865f889933385a01ea2f823662c52aac (patch)
tree38a44e18ba6b93234fe0f9e5769228656484091d
parent5a40f23ce50480edd235a309aaaad078d6cc740f (diff)
downloadsddm-57ecf60f865f889933385a01ea2f823662c52aac.tar.gz
sddm-57ecf60f865f889933385a01ea2f823662c52aac.tar.bz2
sddm-57ecf60f865f889933385a01ea2f823662c52aac.zip
update README to add zlib dependency
-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).