aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-07-11 09:42:23 -0500
committertlatorre <tlatorre@uchicago.edu>2019-07-11 09:42:23 -0500
commit21491ca1ca2afd6951e9b5b1e74b1c919c602b36 (patch)
treeb21b772612125c574928e4fb37221077d6a012d3 /README
parent034253ab63f1029291fa046ce15760aae72ae5c5 (diff)
downloadsddm-21491ca1ca2afd6951e9b5b1e74b1c919c602b36.tar.gz
sddm-21491ca1ca2afd6951e9b5b1e74b1c919c602b36.tar.bz2
sddm-21491ca1ca2afd6951e9b5b1e74b1c919c602b36.zip
switch from YAML output to HDF5 to speed things up
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
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).