开始前,请确认 gcc g++ 开发类库是否装好,默认曾经装置。
centos 平台编译环境应用如下指令
装置 make:
yum -y install gcc automake autoconf libtool make
装置 g ++:
yum install gcc gcc-c++
cd /usr/local/src
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.39.tar.gz
tar -zxvf pcre-8.37.tar.gz
cd pcre-8.34 ./configure
make
make install