From 2bbfd10adf160360ef0d6cdcfffff1accd201840 Mon Sep 17 00:00:00 2001 From: Michael Wild Date: Fri, 13 Jan 2012 08:46:02 +0100 Subject: [PATCH] DOC: Document FOAM_BUILD_PRIVATE_ZLIB and correctly sort FOAM_ENABLE_MATHJAX Signed-off-by: Michael Wild --- INSTALL | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 13bfc3112..9da42cc9e 100644 --- a/INSTALL +++ b/INSTALL @@ -366,6 +366,8 @@ KEEP ALPHABETICALLY SORTED! Automatically download and build 'MGRIDGEN'. +FOAM_BUILD_PRIVATE_PARMETIS+:: Automatically download and build 'ParMetis'. ++FOAM_BUILD_PRIVATE_ZLIB+:: + Automatically download and build the 'ZLIB' compression library. +FOAM_DEFAULT_PSTREAM+:: The default Pstream selection in the global 'controlDict' file. +FOAM_DOXYDOCS_FOR_SF+:: @@ -431,6 +433,9 @@ and cannot take any responsibility for your actions. [[foam_enable_manpage_help]] Build (and install) the help-pages in manpage format. This requires a complete {asciidoc} toolchain to be present. ++FOAM_ENABLE_MATHJAX+:: + When 'FOAM_ENABLE_XHTML_GUIDES' is enabled, use {mathjax} for the math + rendering. +FOAM_ENABLE_PARMETIS+:: Enable the use of the 'ParMetis' graph partitioning library which is required to implement the 'parMetis' decomposition method. @@ -474,9 +479,6 @@ and cannot take any responsibility for your actions. Installation path of the libraries. +FOAM_INSTALL_MAN_PATH+:: Installation path of the manpage files. -+FOAM_ENABLE_MATHJAX+:: - When 'FOAM_ENABLE_XHTML_GUIDES' is enabled, use {mathjax} for the math - rendering. +FOAM_INSTALL_PLUGIN_PATH+:: Installation base-path of plugins. +FOAM_INSTALL_PYTHON_PATH+:: -- 2.11.4.GIT