5.5. Bc-1.06.95

The Bc pacakge contains an arbitrary precision numeric processing language.

5.5.1. Installation of Bc

Prepare Bc for compilation:

./configure --prefix=/cross-tools

The meaning of the configure options:

--prefix=/cross-tools

This tells the configure script to prepare to install the package in the /cross-tools directory.

Compile the package:

make

Install the package:

make install

Details on this package are located in Section 10.53.2, “Contents of Bc.”