Browse Source

Fixes #284: Installation process - libjpeg-dev package

Bastien Sevajol (Algoo) 7 years ago
parent
commit
0a16e05899
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md View File

113
 
113
 
114
     sudo apt install git realpath redis-server \
114
     sudo apt install git realpath redis-server \
115
                      python3 python-virtualenv python3-dev python-pip  python-lxml \
115
                      python3 python-virtualenv python3-dev python-pip  python-lxml \
116
-                     build-essential libxml2-dev libxslt1-dev zlib1g-dev
116
+                     build-essential libxml2-dev libxslt1-dev zlib1g-dev libjpeg-dev
117
 
117
 
118
 ## Get the source ##
118
 ## Get the source ##
119
 
119