add gnutls installation for Wheezy and and lzma-dev (#140)

This commit is contained in:
Timofey Turenko
2017-08-24 15:57:28 +03:00
committed by GitHub
parent cbe878409a
commit 8a99997bdf

View File

@ -15,9 +15,9 @@ then
sudo apt-get install -y --force-yes dpkg-dev git wget \
build-essential libssl-dev ncurses-dev bison flex \
perl libtool libpcre3-dev tcl tcl-dev uuid \
uuid-dev libsqlite3-dev
uuid-dev libsqlite3-dev liblzma-dev
## separatelibgnutls installation process for Ubuntu Trusty
cat /etc/*release | grep "Trusty"
cat /etc/*release | grep -E "Trusty|wheezy"
if [ $? == 0 ]
then
sudo apt-get install -y --force-yes libgnutls-dev libgcrypt11-dev