about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-04-16T16·08+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-04-16T16·08+0000
commit5dc05b76ab88a332521a777d6a42974b3f432f02 (patch)
tree8f42eb12781ff8e6e2368eb73dbb0da1ec0fd2a6 /doc
parent5f2492eaecfe8d3451812e894852b1330492e827 (diff)
* Updated dependency information.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/installation.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml
index b9358efd1d..2642bca1d7 100644
--- a/doc/manual/installation.xml
+++ b/doc/manual/installation.xml
@@ -57,14 +57,15 @@ repository.</para>
 <para>To build the parser, very <emphasis>recent</emphasis> versions
 of Bison and Flex are required.  (This is because Nix needs GLR
 support in Bison and reentrancy support in Flex.)  For Bison, you need
-version 1.875c or higher (1.875 does <emphasis>not</emphasis> work),
-which can be obtained from the <link
-xlink:href="ftp://alpha.gnu.org/pub/gnu/bison">GNU FTP server</link>.
-For Flex, you need version 2.5.31, which is available on <link
-xlink:href="http://lex.sourceforge.net/">SourceForge</link>.  Slightly
-older versions may also work, but ancient versions like the ubiquitous
-2.5.4a won't.  Note that these are only required if you modify the
-parser or when you are building from the Subversion repository.</para>
+version 2.3 or higher (1.875 does <emphasis>not</emphasis> work),
+which can be obtained from
+the <link xlink:href="ftp://alpha.gnu.org/pub/gnu/bison">GNU FTP
+server</link>.  For Flex, you need version 2.5.33, which is available
+on <link xlink:href="http://lex.sourceforge.net/">SourceForge</link>.
+Slightly older versions may also work, but ancient versions like the
+ubiquitous 2.5.4a won't.  Note that these are only required if you
+modify the parser or when you are building from the Subversion
+repository.</para>
 
 <para>Nix uses Sleepycat's Berkeley DB and CWI's ATerm library.  These
 are included in the Nix source distribution.  If you build from the
@@ -75,7 +76,7 @@ these packages.  Alternatively, if you already have them installed,
 you can use <command>configure</command>'s <option>--with-bdb</option>
 and <option>--with-aterm</option> options to point to their respective
 locations.  Note that Berkeley DB <emphasis>must</emphasis> be version
-4.4; other versions may not have compatible database formats.</para>
+4.5; other versions may not have compatible database formats.</para>
 
 </section>