Commit ef2e29a8 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 734828 - Request: disable building documentation if Python 2.6 or newer not available

parent 35d9aa78
...@@ -272,7 +272,7 @@ or <a href="http://www.mingw.org/">MinGW</a>. ...@@ -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 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 (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`) 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 These packages are needed during the
compilation process if you use a GitHub snapshot of doxygen (the official source releases compilation process if you use a GitHub snapshot of doxygen (the official source releases
come with pre-generated sources). come with pre-generated sources).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment