diff options
-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). |