Installing Dependencies
Install the dependencies.
- On CentOS 7.6/openEuler 20.03:
1yum 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
- On CentOS 8.1:
1yum 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
Parent topic: Configuring the Compilation Environment