是什么 ? | : | a highly optimised library for bignum arithmetic forked from the GMP bignum library. |
开发语言 | : | C |
官方主页 | : | http://www.mpir.org |
源码仓库 | : | https://github.com/wbhart/mpir |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install mpir |
GNU/Linux | HomeBrew | brew install mpir |
apt | sudo apt-get install -y mpir | |
CentOS | yum | sudo yum install -y mpir |
dnf | sudo dnf install -y mpir | |
openSUSE | zypper | sudo zypper install -y mpir-devel |
Alpine Linux | apk | sudo apk add mpir |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge mpir |