Details on this package are located in Section 10.55.2, “Contents of Bc.”
The Bc package contains an arbitrary precision numeric processing language.
Prepare Bc for compilation:
./configure --prefix=/cross-tools
The meaning of the configure option:
--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.55.2, “Contents of Bc.”