summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-11-30 18:20:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-11-30 18:20:02 (GMT)
commit87720321105313279689e15d8aefcfd09a44cf03 (patch)
treebfacb22f957c1c0c7a96beb4d510c5a3cdb99cae
parentd3de023dd3ece65ce932584b0000770449463359 (diff)
parent02b98ec9ee791593d9ec47dc48de8301f74e7786 (diff)
downloadDoxygen-87720321105313279689e15d8aefcfd09a44cf03.zip
Doxygen-87720321105313279689e15d8aefcfd09a44cf03.tar.gz
Doxygen-87720321105313279689e15d8aefcfd09a44cf03.tar.bz2
Merge pull request #58 from albert-github/feature/bug_719525
Bug 719525 - Can't build because the definitions of ***YY_flex_debug are...
-rw-r--r--doc/install.doc12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/install.doc b/doc/install.doc
index 2f4373d..94f1099 100644
--- a/doc/install.doc
+++ b/doc/install.doc
@@ -269,9 +269,11 @@ compile doxygen. Alternatively, you can compile doxygen
<a href="http://en.wikipedia.org/wiki/Cygwin">Cygwin</a>
or <a href="http://www.mingw.org/">MinGW</a>.
-The next step is to install \c bison, \c flex, \c tar
-(see http://gnuwin32.sourceforge.net/packages.html) and \c python (version 2, see http://www.python.org).
-This packages are needed during the
+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).
+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).
@@ -282,7 +284,9 @@ Now start a new command shell and type
cd c:\tools
tar zxvf doxygen-x.y.z.src.tar.gz
\endverbatim
-to unpack the sources.
+to unpack the sources (you can obtain \c tar from e.g. http://gnuwin32.sourceforge.net/packages.html).
+Alternatively you can use an unpack program, like 7-Zip (see http://www.7-zip.org)
+or use the build in unpack feature of modern Windows systems).
Now your environment is setup to build \c doxygen.