|
1 |
| -Tarball versions of PostgreSQL will contain INSTALL and HISTORY files in |
| 1 | +Official releases of PostgreSQL contain INSTALL and HISTORY files in |
2 | 2 | this directory.
|
3 | 3 |
|
4 | 4 | For people using CVS checkouts, you can view the install instructions
|
5 | 5 | at:
|
6 | 6 |
|
7 | 7 | http://developer.postgresql.org/docs/postgres/installation.html
|
8 | 8 |
|
9 |
| -and the release notes can be viewed at: |
| 9 | +The release notes can be viewed at: |
10 | 10 |
|
11 | 11 | http://developer.postgresql.org/docs/postgres/release.html
|
12 | 12 |
|
13 |
| -This file does not appear in release tarball. |
| 13 | +(This file does not appear in release tarballs.) |
| 14 | + |
| 15 | +Note that users compiling from CVS will also need compatible versions |
| 16 | +of Bison and Flex, as discussed in the install documentation (Bison |
| 17 | +and Flex are not needed when using an official release of PostgreSQL.) |