6.16.2. Содержимое MPC
Installed Libraries:
libmpc.{a,so}
The MPC package contains a library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result.
Подготовим MPC к компиляции:
./configure --prefix=/usr
Cкомпилируем пакет:
make
Чтобы запустить тестирование пакета, выполните:
make check
Установим пакет:
make install