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