Наши партнеры



Реклама
  • ИП Попов А.П.
  • ИНН: 602715631406
Диалог бабушки и внучки! Такое видео вызывает смех сквозь слезы…
Реклама
  • ИП Попов А.П.
  • ИНН: 602715631406
Это спасет потенцию даже в 70 лет! Продается в каждой аптеке...
Реклама
  • ИП Попов А.П.
  • ИНН: 602715631406
Женатым лучше не смотреть: танец роскошной Татьяны (видео)
Реклама
  • ИП Попов А.П.
  • ИНН: 602715631406
Танец на выпускном взорвал сеть: смотреть без детей
Реклама
  • ИП Попов А.П.
  • ИНН: 602715631406
Этот танец невесты оставит вас без слов! Пересмотрела 10 раз!



Книги по Linux (с отзывами читателей)

Библиотека сайта rus-linux.net

6.14. MPFR-3.0.0

The MPFR package contains functions for multiple precision math.

Approximate build time: 1.1 SBU
Required disk space: 27.1 MB

6.14.1. Installation of MPFR

Prepare MPFR for compilation:

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

Compile the package:

make
[Important]

Important

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

Install the package:

make install

Install the documentation:

make html
make install-html

6.14.2. Contents of MPFR

Installed Libraries: libmpfr.{a,so}
Installed directory: /usr/share/doc/mpfr-3.0.0

Short Descriptions

libmpfr

Contains multiple-precision math functions.