diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 34bc82b26..d42bbc416 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -491,6 +491,21 @@ Optional Programs configure --with-cflags=-fPIC + .. note:: If you are compiling Sundials 2.5.0 on Windows using CMake, you need + to edit the ``CMakeLists.txt`` file first and change the lines:: + + SET(PACKAGE_STRING "SUNDIALS 2.4.0") + SET(PACKAGE_VERSION "2.4.0") + + to read:: + + SET(PACKAGE_STRING "SUNDIALS 2.5.0") + SET(PACKAGE_VERSION "2.5.0") + + instead, so that Cantera can correctly identify the version of + Sundials. + + * `Windows Installer XML (WiX) toolset `_ * Required to build MSI installers on Windows.