10.36.2. Contents of Bc
Installed programs:
bc and dc
The Bc pacakge contains an arbitrary precision numeric processing language.
Prepare Bc for compilation:
./configure --prefix=/usr --with-readline
Compile the package:
make
To test the results, issue: echo
"quit" | ./bc/bc -l Test/checklib.b
Install the package:
make install