6.15. MPFR-3.1.1

The MPFR package contains functions for multiple precision math.

Приблизительное время сборки: 0.8 SBU
Требует свободного места на диске: 27 MB

6.15.1. Installation of MPFR

Prepare MPFR for compilation:

./configure  --prefix=/usr        \
             --enable-thread-safe \
             --docdir=/usr/share/doc/mpfr-3.1.1

Compile the package:

make
[Важно]

Важно

The test suite for MPFR in this section is considered critical. Do not skip it under any circumstances.

Test the results and ensure that all tests passed:

make check

Установим пакет:

make install

Install the documentation:

make html
make install-html

6.15.2. Содержимое MPFR

Installed Libraries: libmpfr.{a,so}
Установленный каталог: /usr/share/doc/mpfr-3.1.1

Краткое описание

libmpfr

Contains multiple-precision math functions.