diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-08-28 14:06:05 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-08-28 14:06:05 -0500 |
commit | 57ecf60f865f889933385a01ea2f823662c52aac (patch) | |
tree | 38a44e18ba6b93234fe0f9e5769228656484091d | |
parent | 5a40f23ce50480edd235a309aaaad078d6cc740f (diff) | |
download | sddm-57ecf60f865f889933385a01ea2f823662c52aac.tar.gz sddm-57ecf60f865f889933385a01ea2f823662c52aac.tar.bz2 sddm-57ecf60f865f889933385a01ea2f823662c52aac.zip |
update README to add zlib dependency
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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). |