5.31.2. Contents of BC
Installed program:
bc and dc
The bc package contains an arbitrary precision numeric processing language.
User Notes: http://wiki.linuxfromscratch.org/hlfs/wiki/bc
Prepare BC for compilation:
./configure --prefix=/tools
Compile the package:
make
Install the package:
make install