Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf75e2a

Browse files
committed
Add note that building from CVS requires bison and flex, whereas
building from a distribution tarball does not.
1 parente27a8df commitbf75e2a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

‎doc/src/sgml/cvs.sgml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.44 2007/05/30 18:00:08 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.45 2007/07/10 23:03:18 tgl Exp $ -->
22

33
<appendix id="cvs">
44
<appendixinfo>
@@ -157,11 +157,19 @@ cvs update
157157
<para>
158158
<productname>CVS</productname> has deficiencies. For example,
159159
generating diffs that add or remove files requires write access to the
160-
CVS repository. To work aroundsuch difficiencies, use
160+
CVS repository. To work aroundthat deficiency, use
161161
<productname>cvsutils</productname>, which is packaged in several
162162
operating systems, and is available in source form at <ulink
163163
url="http://www.red-bean.com/cvsutils/"></ulink>.
164164
</para>
165+
166+
<para>
167+
Note that building <productname>PostgreSQL</productname> from a CVS
168+
pull requires reasonably up-to-date versions of <application>bison</>
169+
and <application>flex</>, which are not needed to build from a distribution
170+
tarball because the files made with them are pre-built in a tarball.
171+
Otherwise the tool requirements are the same as building from source.
172+
</para>
165173
</sect1>
166174

167175
<sect1 id="cvs-tree">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp