安装依赖包
安装相关依赖包。
- CentOS 7.6系统/openEuler 20.03系统:
1
yum install -y pkgconfig libtool gcc gcc-c++ make openssl openssl-devel pcre pcre-devel libcap flex hwloc hwloc-devel lua zlib zlib-devel ncurses ncurses-devel tcl tcl-devel libmpc.aarch64 libmpc-devel.aarch64 mpfr-devel.aarch64 mpfr.aarch64 gmp.aarch64 gmp-devel.aarch64
- CentOS 8.1系统:
1
yum install -y pkgconfig libtool gcc gcc-c++ make openssl openssl-devel pcre pcre-devel libcap flex hwloc lua zlib zlib-devel ncurses ncurses-devel tcl tcl-devel libmpc.aarch64 mpfr.aarch64 gmp.aarch64 gmp-devel.aarch64 wget
父主题: 配置编译环境