浏览代码

Add libjpeg to installation script

Gaël Métais 10 年之前
父节点
当前提交
230f805cae
共有 1 个文件被更改,包括 1 次插入1 次删除
  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