diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-02-12 20:39:00 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-02-12 20:39:00 (GMT) |
commit | 2bf4cfeda1be93954baf688017e147b565c06d9b (patch) | |
tree | 498c4173ac1530bb0ab661a222ddc2906f564944 /doc/install.doc | |
parent | c7d553e78d5c3efdecb3f44a63f4f68e83eae61a (diff) | |
download | Doxygen-2bf4cfeda1be93954baf688017e147b565c06d9b.zip Doxygen-2bf4cfeda1be93954baf688017e147b565c06d9b.tar.gz Doxygen-2bf4cfeda1be93954baf688017e147b565c06d9b.tar.bz2 |
Release-1.3.6
Diffstat (limited to 'doc/install.doc')
-rw-r--r-- | doc/install.doc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.doc b/doc/install.doc index f996711..8546efe 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -436,11 +436,11 @@ Here is what is required: As a third alternative one could use the GNUWin32 tools that can be found at http://gnuwin32.sourceforge.net/ - Make sure the <code>BISONLIB</code> environment variable points to the + Make sure the <code>BISON_SIMPLE</code> environment variable points to the location where the files <code>bison.simple</code> and - <code>bison.hairy</code> are located. For instance if these files are in - <code>c:\\tools\\cygwin\\share</code> then BISONLIB should - be set to <code>//c/tools/cygwin/share/</code> + is located. For instance if these file is in + <code>c:\\tools\\cygwin\\usr\\share</code> then BISON_SIMPLE should + be set to <code>c:/tools/cygwin/usr/share/bison.simple</code> Also make sure the tools are available from a dos box, by adding the directory they are in to the search path. |