From 21491ca1ca2afd6951e9b5b1e74b1c919c602b36 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 11 Jul 2019 09:42:23 -0500 Subject: switch from YAML output to HDF5 to speed things up --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index e1b6f60..ce5dbc9 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ Building ======== -First you have to install the gsl and nlopt libraries. On Fedora you can +First you have to install the gsl, nlopt, and hdf5 libraries. On Fedora you can install these with the following command: - $ yum install gsl gsl-devel NLopt NLopt-devel + $ yum install gsl gsl-devel NLopt NLopt-devel hdf5 hdf5-devel You can also install these packages yourself. For instructions, see below (Installing GSL and Installing NLopt). -- cgit