%general-entities; ]> bc &bc-version;
&bc-url;
Bc-&bc-version; Bc <para>The Bc package contains an arbitrary precision numeric processing language.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&bc-fin-sbu;</seg> <seg>&bc-fin-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Bc Prepare Bc for compilation: PREFIX=/usr CC=gcc ./configure.sh -G -O3 The meaning of the configure options: CC=gcc This parameter specifies the compiler to use. -O3 Specify the optimization to use. -G Omit parts of the test suite that won't work without a GNU bc present. Compile the package: make To test bc, run: make test Install the package: make install Contents of Bc Installed programs bc and dc Short Descriptions bc A command line calculator bc dc A reverse-polish command line calculator dc