< Previous | Contents | Next >
5.17.1. Installation of Bison
Prepare Bison for compilation:
./configure --prefix=/tools
./configure --prefix=/tools
Compile the package:
make
make
To test the results, issue:
make check
make check
Install the package:
make install
make install