summaryrefslogtreecommitdiffstats
path: root/doc/install.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-08-20 10:25:59 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-08-21 12:45:40 (GMT)
commitef2e29a8720cf609bee75f545b38b85139fd04ee (patch)
tree996f4f9fcfe434eb0fab959769d2ba0225397327 /doc/install.doc
parent35d9aa784c393aab7ad9e314605bb58772e0b1e3 (diff)
downloadDoxygen-ef2e29a8720cf609bee75f545b38b85139fd04ee.zip
Doxygen-ef2e29a8720cf609bee75f545b38b85139fd04ee.tar.gz
Doxygen-ef2e29a8720cf609bee75f545b38b85139fd04ee.tar.bz2
Bug 734828 - Request: disable building documentation if Python 2.6 or newer not availableRelease_1_8_8
Diffstat (limited to 'doc/install.doc')
-rw-r--r--doc/install.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.doc b/doc/install.doc
index 118c05c..9648ade 100644
--- a/doc/install.doc
+++ b/doc/install.doc
@@ -272,7 +272,7 @@ or <a href="http://www.mingw.org/">MinGW</a>.
The next step is to install modern versions of \c bison and \c flex
(see http://sourceforge.net/projects/winflexbison. After installation and adding them to
your `path` rename `win_flex.exe` to `flex.exe` and `win_bison.exe` to `bison.exe`)
-Furthermore you have to install \c python (version 2, see http://www.python.org).
+Furthermore you have to install \c python (version 2.6 or higher, see http://www.python.org).
These packages are needed during the
compilation process if you use a GitHub snapshot of doxygen (the official source releases
come with pre-generated sources).