aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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).