diff --git a/INSTALL.txt b/INSTALL.txt index f10e6ce2..bcbf500c 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -51,8 +51,8 @@ The other available settings for PolyVox are: ``ENABLE_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``. -``ENABLE_STATIC_LIBRARIES`` and ``ENABLE_DYNAMIC_LIBRARIES`` (``ON`` or ``OFF``) - Choose whether static (``.a``) or dynamic libraries (``.so``) should be built. On Linux both are built by default. +``LIBRARY_TYPE`` (``DYNAMIC`` or ``STATIC``) + Choose whether static (``.a``) or dynamic libraries (``.so``) should be built. On Linux ``DYNAMIC`` is the default and on Windows ``STATIC`` is the default. ``CMAKE_BUILD_TYPE`` (``Debug``, ``Release``, ``RelWithDebInfo`` or ``MinSizeRel``) String option to set the type of build. This will automatically set some compilation flags such as the optimisation level or define ``NDEBUG``. @@ -123,8 +123,6 @@ You need CMake installed so get the binary distribution from `CMake.org