From bef1ae02ffa1b1deffbb6cc3aa7531d313a7a3df Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 21 Jun 2012 22:48:54 +0100 Subject: [PATCH] Add WITH_BINDINGS to the install documentation --- INSTALL.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.txt b/INSTALL.txt index 302bab8b..153e03e1 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -16,6 +16,7 @@ With the following optional packages: * ``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 `_, `Sphinx `_ and `PyParsing `_ for generating the PolyVox manual in HTML +* `Python development libraries `_, `SWIG `_ for generating the Python bindings Linux ===== @@ -47,6 +48,9 @@ The other available settings for PolyVox are: ``BUILD_TESTING`` (``ON`` or ``OFF``) Build the test applications that come with PolyVox. Running the tests is detailed in the next section. Defaults to ``ON``. +``WITH_BINDINGS`` (``ON`` or ``OFF``) + Should the Python bindings to PolyVox be built. This requires the Python development libraries and SWIG to be installed. Defaults to ``ON``. + ``BUILD_STATIC_LIBRARIES`` and ``BUILD_DYNAMIC_LIBRARIES`` (``ON`` or ``OFF``) Choose whether static (``.a``) or dynamic libraries (``.so``) should be built. On Linux both are built by default.