diff options
author | Magnus Hagander | 2007-03-17 17:11:41 +0000 |
---|---|---|
committer | Magnus Hagander | 2007-03-17 17:11:41 +0000 |
commit | e6e78187ef4011aa3d44280fccc8fbc9baed1dfa (patch) | |
tree | 8a2e4aaa59c1d933b070a993081ed67b9e24e2db /doc/src | |
parent | 15f4842d70c4d457d9a306bf0f66a082c69432b6 (diff) |
msvc build actually needs Bison 2.2 or later, not 2.1. Or 1.875 as before.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 2d3c6b90f10..68ae49b8209 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.33 2007/03/17 14:30:00 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.34 2007/03/17 17:11:41 mha Exp $ --> <chapter id="install-win32"> <title>Installation on <productname>Windows</productname></title> @@ -100,8 +100,8 @@ <productname>Flex</productname></term> <listitem><para> Bison and Flex are required to build from CVS, but not required when - building from a release file. Note that Bison version 2.0 will not - work, but both earlier and later versions do. Bison and Flex can be + building from a release file. Note that only Bison 1.875 or versions + 2.2 and later will work. Bison and Flex can be downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>. </para></listitem> </varlistentry> |