Installed
programs: bison and
yacc
Installed
library: liby.a
The Bison package contains a parser generator.
Prepare Bison for compilation:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64
Compile the package:
make
To test the results, issue: make check.
Install the package:
make install