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