]> git.saurik.com Git - bison.git/blame - README-cvs
* src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
[bison.git] / README-cvs
CommitLineData
2ab9a04f
AD
1-*- outline -*-
2
d1a6f01e 3These notes intend to help people working on the CVS versions of
2ab9a04f
AD
4Bison.
5
6* Requirements
7
8Only the sources are installed in the CVS repository (to ease the
9maintenance, merges etc.), therefore you will have to the maintainer
10tools we depend upon:
d1a6f01e 11
a5c75d7f 12- Automake 1.7
2ab9a04f 13
bd701811 14- Autoconf 2.54
2ab9a04f 15
bd701811 16- Gettext 0.11.5
d1a6f01e
AD
17
18Only building the initial full source tree will be a bit painful,
19later, a plain `cvs update -P & make' should be sufficient.
20
21* First CVS checkout
22
23Obviously, if you are reading these notes, you did manage to check out
24Bison from CVS. For the records, you will find all the relevant
25information on:
26
27 http://savannah.gnu.org/cvs/?group_id=56
28
29The next step is asking the installation of all the missing files:
30
01c56de4 31 $ ./bootstrap
d1a6f01e
AD
32
33And there you are! Just
34
35 $ ./configure && make && make check
36
37At this point, there should be no difference between your local copy,
38and the CVS master copy:
39
40 $ cvs diff
41
42should output no difference, except maybe the date in po/*.po files.
43
44Enjoy!
45
976e6270
AD
46* Troubleshooting
47
48Unfortunately the current Gettext still does not include all the
49needed tools so that the bootstrapping always perform successfully.
50
1b17ce8e 51If you experience problems, I suggest the following:
976e6270 52
2ab9a04f
AD
531. Do a regular CVS checkout
54
bd701811
AD
552. Fetch a recent tarball in:
56 http://www.lrde.epita.fr/~akim/download/
2ab9a04f
AD
57
583. Extract it
59
604. Override the content of your checkout with the content of this
976e6270
AD
61 tarball, i.e.:
62 cp -r bison-1.49b/* bison-cvs
2ab9a04f
AD
63
645. Proceed on ./configure && make etc.
d1a6f01e
AD
65
66-----
67
68Copyright (C) 2002 Free Software Foundation, Inc.
69
976e6270 70This file is part of GNU Bison.
d1a6f01e 71
976e6270 72GNU Bison is free software; you can redistribute it and/or modify
d1a6f01e
AD
73it under the terms of the GNU General Public License as published by
74the Free Software Foundation; either version 2, or (at your option)
75any later version.
76
976e6270 77GNU Bison is distributed in the hope that it will be useful,
d1a6f01e
AD
78but WITHOUT ANY WARRANTY; without even the implied warranty of
79MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
80GNU General Public License for more details.
81
82You should have received a copy of the GNU General Public License
976e6270 83along with Bison; see the file COPYING. If not, write to
d1a6f01e
AD
84the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
85Boston, MA 02111-1307, USA.