Details on this package are located in Section 8.53.2, “Contents of mpdecimal.”
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
Install the package:
make install
Details on this package are located in Section 8.53.2, “Contents of mpdecimal.”