diff options
Diffstat (limited to 'doc/src/sgml/installation.sgml')
-rw-r--r-- | doc/src/sgml/installation.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index e8f3ecdd9d3..1bc30975a45 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -273,7 +273,7 @@ su - postgres </para> <para> - If you are building from a <acronym>CVS</acronym> tree instead of + If you are building from a <productname>Git</productname> tree instead of using a released source package, or if you want to do server development, you also need the following packages: @@ -294,7 +294,7 @@ su - postgres </indexterm> GNU <application>Flex</> and <application>Bison</> - are needed to build from a CVS checkout, or if you changed the actual + are needed to build from a Git checkout, or if you changed the actual scanner and parser definition files. If you need them, be sure to get <application>Flex</> 2.5.4 or later and <application>Bison</> 1.875 or later. Other <application>lex</> @@ -307,7 +307,7 @@ su - postgres <primary>perl</primary> </indexterm> - <application>Perl</> is also needed to build from a CVS checkout, + <application>Perl</> 5.8 or later is needed to build from a Git checkout, or if you changed the input files for any of the build steps that use Perl scripts. If building on Windows you will need <application>Perl</> in any case. @@ -360,7 +360,7 @@ su - postgres <para> You can also get the source directly from the version control repository, see - <xref linkend="cvs">. + <xref linkend="sourcerepo">. </para> </sect1> ]]> @@ -2525,7 +2525,7 @@ make MAX_CONNECTIONS=5 check <para> Aside from the PostgreSQL source distribution, you will need GNU make (HP's make will not do), and either GCC or HP's full ANSI C - compiler. If you intend to build from CVS sources rather than a + compiler. If you intend to build from Git sources rather than a distribution tarball, you will also need Flex (GNU lex) and Bison (GNU yacc). We also recommend making sure you are fairly up-to-date on HP patches. At a minimum, if you are building 64 |