Explorar o código

Add libjpeg to installation script

Gaël Métais %!s(int64=10) %!d(string=hai) anos
pai
achega
230f805cae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server_config/server_install.sh

+ 1 - 1
server_config/server_install.sh

@@ -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