Contents
Installed Programs:
byacc
Installed Libraries:
None
Installed Directories:
None
The byacc package contains an implementation of yacc originating from BSD.
Download (HTTP): https://invisible-island.net/archives/byacc/byacc-20241231.tgz
Install byacc by executing the following commands:
./configure --prefix=/usr \
--program-prefix=b \
--with-manpage-format=formatted &&
make
Now as the root user:
make install