summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-08 19:23:46 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-08 19:23:46 +0000
commit61750ae10190431add13b964f45b70a2e0b2fbff (patch)
tree1751d60d4539a01bb57ef7522c24b6d5820cb2f9 /doc
parentce3f8bb71244d634b0d8bcde4cf72f0c5d0ef15f (diff)
Documented the LIBZ\_DIR = <dir> option for the HDF5 configuration.
Thomas git-svn-id: http://svn.cactuscode.org/flesh/trunk@1449 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/RunningCactus.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index 501a6cd1..a37ac7d7 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -549,12 +549,15 @@ To compile with HDF5 ({\tt http://hdf.ncsa.uiuc.edu/whatishdf5.html}),
the configure options are
\newline
\newline
-{\tt HDF5 = YES [HDF5\_DIR = <dir>]}
+{\tt HDF5 = YES [HDF5\_DIR = <dir>] [LIBZ\_DIR = <dir>]}
\newline
\newline
If HDF5\_DIR is not given the configuration process will search for an
installed HDF5 package in some standard places (defined in
-{\tt lib/make/extras/HDF5}.\\
+{\tt lib/make/extras/HDF5}). If the found HDF5 library was compiled with
+libz.a, the configuration process also searches for that library and adds it
+to the linker flags. You may also point directly to an installation of libz.a
+by setting LIBZ\_DIR.\\