Installing Bison-&bison-version;
The Bison package contains a parser generator.
&buildtime; &bison-time;
&diskspace; &bison-compsize;
&aa-bison-down;
&aa-bison-dep;
Installation of Bison
First fix a minor compilation problem that Bison has with some packages,
the patch is backported from CVS:
patch -Np1 -i ../&bison-patch;
Now prepare Bison for compilation:
./configure --prefix=/usr
Compile the package:
make
To have the results tested, issue:
make check.
And install the package:
make install
&aa-bison-shortdesc;
&aa-bison-desc;