summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-08-19 13:59:18 (GMT)
committerGitHub <noreply@github.com>2021-08-19 13:59:18 (GMT)
commit142c8515e7c84af692aee2281558fd58fcc6d587 (patch)
treed285a721ac66762369420ab9abf32bc7c4e0b84d /release_docs/INSTALL
parent7e83e0574f43330e4b10b537267f7506b8d0ef20 (diff)
downloadhdf5-142c8515e7c84af692aee2281558fd58fcc6d587.zip
hdf5-142c8515e7c84af692aee2281558fd58fcc6d587.tar.gz
hdf5-142c8515e7c84af692aee2281558fd58fcc6d587.tar.bz2
Brings doxygen changes from develop/1.12 for out-of-source builds (#936)
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r--release_docs/INSTALL13
1 files changed, 13 insertions, 0 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index f523c85..d811efe 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -446,6 +446,19 @@ CONTENTS
$ make -j -l6
+4.4. Building doxygen
+ One can optionally build the doxygen files for the HDF5 C library.
+ By default, this option is disabled. To build the html files, specify
+ '--enable-doxygen'.
+
+ $ ./configure --enable-doxygen
+
+ Configuration will halt if the required applications are not available.
+ To build:
+
+ $ make doxygen
+
+
4.5. Testing
HDF5 comes with various test suites, all of which can be run by
specifying: