diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 61548b48304b815730ad9d63320c9b611c03ffa6..5d58f1cb4e15df04671abc8aa477eb0e726e03c2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changes in Release 1.10.0 for further details. * Improved support for recent compilers and libraries. * Removed support for USE_MESA. + * Bugfix of string representation of ResNum which now includes insertion code. * Several minor bug fixes and improvements. Changes in Release 1.9.0 diff --git a/modules/doc/install.rst b/modules/doc/install.rst index 1e6b8a0eecddf3ebbf9eb95b24a053743973509e..0c36974ec819dc4dec41cf3b8aa75062c203c215 100644 --- a/modules/doc/install.rst +++ b/modules/doc/install.rst @@ -234,7 +234,9 @@ Build Options * `ENABLE_STATIC` allows some parts of OpenStructure to be statically linked and thus can be used more easily across a heterogeneous setup, e.g. older - systems and newer systems. By default, this is switched off. + systems and newer systems. Note that enabling this flag will not compile the + full OpenStructure package and it is not guaranteed to lead to fully portable + binaries. By default, this is switched off. * For deployment of OpenStructure with `make install` there are two relevant settings to consider: diff --git a/modules/index.rst b/modules/index.rst index 4b1b1d3c11c7a6b2c0ae585919ebe8479764576f..9727d322be7f61df6d9c20dd71f457ab6326f4be 100644 --- a/modules/index.rst +++ b/modules/index.rst @@ -37,7 +37,7 @@ OpenStructure documentation For Starters -------------------------------------------------------------------------------- -**Installation**: `install from binary <http://www.openstructure.org/download/>`_ | :doc:`install from source <install>` +**Installation**: :doc:`install from source <install>` **Tutorial Style**: :doc:`introduction <intro>` | :doc:`molecules intro <intro-01>` | :doc:`images intro <intro-02>` | :doc:`graphics intro <intro-03>`