Fix issues with Debian Buster

This commit is contained in:
Thiago Alves 2020-05-04 17:08:14 -04:00 committed by GitHub
parent 6af7602d48
commit 717ad46059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ sudo apt-get -y -qq install curl build-essential pkg-config bison flex autoconf
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
sudo python2 get-pip.py
sudo apt-get -y -qq install python2-dev
#Fix for Debian Buster
sudo apt-get -y -qq install libpng libfreetype6-dev
pip2 install future zeroconf==0.19.1 numpy==1.16.5 matplotlib==2.0.2 lxml pyro sslpsk
echo ""
echo "[COMPILING MATIEC]"