Details on this package are located in Section 10.36.2, “Contents of Bc.”
The Bc pacakge contains an arbitrary precision numeric processing language.
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.36.2, “Contents of Bc.”