From: Tom Lane Date: Tue, 10 Jul 2007 23:03:18 +0000 (+0000) Subject: Add note that building from CVS requires bison and flex, whereas X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=783160169dbdf559ba7f769123ea1855b451f106;p=users%2Fbernd%2Fpostgres.git Add note that building from CVS requires bison and flex, whereas building from a distribution tarball does not. --- diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index 081c766ad7..771e135e92 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -157,11 +157,19 @@ cvs update CVS has deficiencies. For example, generating diffs that add or remove files requires write access to the - CVS repository. To work around such difficiencies, use + CVS repository. To work around that deficiency, use cvsutils, which is packaged in several operating systems, and is available in source form at . + + + Note that building PostgreSQL from a CVS + pull requires reasonably up-to-date versions of bison + and flex, which are not needed to build from a distribution + tarball because the files made with them are pre-built in a tarball. + Otherwise the tool requirements are the same as building from source. +