赞
踩
yum groupinstall "Development Tools"
wget https://download.strongswan.org/strongswan-x.x.x.tar.bz2
Unpack the tarball and navigate into the directory:
tar xjf strongswan-x.x.x.tar.bz2; cd strongswan-x.x.x
Configure strongSwan using the available options:
./configure --prefix=/usr --sysconfdir=/etc --<your-options>
Build the sources and install the binaries as root:
make sudo make install
gmp下载The GNU MP Bignum Library
https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz
解压
xz -d gmp-6.2.1.tar.xz
tar -xvf gmp-6.2.1.tar
编译安装
cd gmp-6.2.1
./configure
make
make install
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。