1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Remove anonymous cvs instructions, and replace them with instructions

for git. Change other references from cvs to git as well.
This commit is contained in:
Magnus Hagander
2010-09-22 20:10:28 +02:00
parent fe9b36fd59
commit 726f9ddcd1
10 changed files with 107 additions and 287 deletions

View File

@@ -274,7 +274,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:
@@ -295,7 +295,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.31 or later and
<application>Bison</> 1.875 or later. Other <application>lex</>
@@ -308,7 +308,7 @@ su - postgres
<primary>perl</primary>
</indexterm>
<application>Perl</> 5.8 or later is 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.
@@ -361,7 +361,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>
]]>
@@ -2562,7 +2562,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