From e5946f4bc4c46278b922073c72c856c20a7221eb Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Wed, 15 Dec 2010 15:29:55 +0000 Subject: [PATCH] Add PyParsing to the build requirements. --- INSTALL.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index cbd15968..d68ddcfc 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -15,7 +15,7 @@ With the following optional packages: * `Qt `_ for building the tests and the example applications * ``qcollectiongenerator`` which comes with Qt Assistant is used for bundling the docs for installation * `Doxygen `_ for building the documentation. Version 1.5.7 is needed to build the Qt Assistant docs. 1.7.0 or greater is recommended -* `Python `_ and `Sphinx `_ for generating the PolyVox manual in HTML +* `Python `_, `Sphinx `_ and `PyParsing `_ for generating the PolyVox manual in HTML Linux ===== @@ -102,7 +102,7 @@ and the HTML manual will be available at ``/documentation/index If you have Sphinx installed but you do not get the confirmation in the CMake output, you may need to set ``SPHINXBUILD_EXECUTABLE`` to the location of your ``sphinx-build`` executable. -If you do not have Python and Sphinx installed and do not want to install them then the manual is just plain text (``.rst`` files) which are readable in their plain form. +If you do not have Python and Sphinx installed and do not want to install them then the manual is just plain text (``.rst`` files) which are readable in their plain form in the ``documentation`` directory of the source distribution. Windows =======