|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.53 2009/07/13 01:51:56 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.54 2009/07/23 17:06:48 adunstan Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="install-win32">
|
4 | 4 | <title>Installation from Source Code on <productname>Windows</productname></title>
|
|
103 | 103 | Bison and Flex are required to build from CVS, but not required when
|
104 | 104 | building from a release file. Note that only Bison 1.875 or versions
|
105 | 105 | 2.2 and later will work. Also, Flex version 2.5.31 or later is required.
|
106 |
| - Bison and Flex can be |
107 |
| - downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>. |
| 106 | + Bison can be downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>. |
| 107 | + Flex can be downloaded from |
| 108 | + <ulink url="http://www.postgresql.org/ftp/misc/winflex/"></>. |
108 | 109 | </para></listitem>
|
109 | 110 | </varlistentry>
|
110 | 111 |
|
|