8.53.2. Contents of mpdecimal
Installed libraries:
libmpdec.so and libmpdec++.so
Installed directory:
/usr/share/doc/mpdecimal-4.0.1
The mpdecimal package contains fast C/C++ libraries for correctly-rounded arbitrary precision decimal floating point arithmetic.
Prepare mpdecimal for compilation:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/mpdecimal-4.0.1
Compile the package:
make
To test the results, issue:
make check_local
Install the package:
make install