Add libjpeg to installation script

This commit is contained in:
Gaël Métais
2015-06-22 15:19:00 +02:00
parent bc9c828584
commit 230f805cae
+1 -1
View File
@@ -2,7 +2,7 @@
# APT-GET
sudo apt-get update
sudo apt-get install lsb-release libfontconfig1 libfreetype6 -y --force-yes
sudo apt-get install lsb-release libfontconfig1 libfreetype6 libjpeg-dev -y --force-yes
sudo apt-get install curl git python-software-properties build-essential make g++ -y --force-yes
# Installation of NodeJS