This commit is contained in:
root
2017-02-26 00:26:43 +01:00
parent 173f4a360c
commit acf03cf4a9
512 changed files with 6 additions and 320757 deletions

View File

@@ -55,15 +55,17 @@ else
fi
if [ "{$DIST}" == "Fedora" ]; then
dnf install gcc gcc-c++ autoconf automake make -y
dnf install gcc gcc-c++ autoconf automake make perl -y
elif [ "{$DIST}" == "Ubuntu" ] || [ "${DIST}" == "Debian" ]; then
apt-get install gcc g++ autoconf automake make -y
apt-get install gcc g++ autoconf automake make perl -y
elif [ "{$DIST}" == "CentOS" ]; then
yum install gcc gcc-c++ autoconf automake make -y
yum install gcc gcc-c++ autoconf automake make perl -y
elif [ "${DistroBasedOn}" == "suse" ]; then
zypper install -y gcc gcc-c++ autoconf automake make
zypper install -y gcc gcc-c++ autoconf automake make perl
fi
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.40.tar.gz
tar -zxf pcre-8.40.tar.gz
cd pcre-8.40
./configure
make