Skip to content

Commit ef2e29a

Browse files
author
Dimitri van Heesch
committed
Bug 734828 - Request: disable building documentation if Python 2.6 or newer not available
1 parent 35d9aa7 commit ef2e29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ or <a href="http://www.mingw.org/">MinGW</a>.
272272
The next step is to install modern versions of \c bison and \c flex
273273
(see http://sourceforge.net/projects/winflexbison. After installation and adding them to
274274
your `path` rename `win_flex.exe` to `flex.exe` and `win_bison.exe` to `bison.exe`)
275-
Furthermore you have to install \c python (version 2, see http://www.python.org).
275+
Furthermore you have to install \c python (version 2.6 or higher, see http://www.python.org).
276276
These packages are needed during the
277277
compilation process if you use a GitHub snapshot of doxygen (the official source releases
278278
come with pre-generated sources).

0 commit comments

Comments
 (0)