From 59a2c4c251fffcc24157acf0cbbb9cdba9b608ff Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 26 Apr 2012 21:20:04 +0000 Subject: [PATCH] Note requirement of WiX for building MSI installers --- doc/sphinx/compiling.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 3fe3c44e9..7bff96ac1 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -363,6 +363,11 @@ Optional Programs configure --with-cflags=-fPIC +* `Windows Installer XML (WiX) toolset `_ + + * Required to build MSI installers on Windows + * Known to work with version 3.5. + * `Distribute `_ (Python) * Provides the ``easy_install`` command which can be used to install most of