]>
Commit | Line | Data |
---|---|---|
2ac61ce6 DM |
1 | This directory contains the Bison parser generator. |
2 | ||
3 | See the file INSTALL for compilation and installation instructions. | |
66a69320 | 4 | See the file doc/FAQ for frequently asked questions. |
2ac61ce6 DM |
5 | |
6 | It was once true that, when installing Bison on Sequent (or Pyramid?) | |
7 | systems, you had to be in the Berkeley universe. This may no longer | |
8 | be true; we have no way to tell. | |
9 | ||
10 | On VMS, you will probably have to create Makefile from Makefile.in by | |
11 | hand. Remember to do `SET COMMAND BISON' to install the data in | |
12 | `BISON.CLD'. | |
13 | ||
d2e00347 JT |
14 | VMS and MS-DOS builds are probably broken right now. If you are able |
15 | to build Bison on either platform and you need to make changes to do | |
16 | so, please submit those changes as a bug report. | |
17 | ||
5c9ba631 JT |
18 | Send bug reports to bug-bison@gnu.org. Please include the version |
19 | number from `bison --version', and a complete, self-contained test | |
20 | case in each bug report. | |
97088b85 JT |
21 | |
22 | If you have questions about using Bison which the documentation does | |
23 | not answer, send mail to help-bison@gnu.org. |