INSTALL: add php-cli to needed dependencie when compiling on Debian

This commit is contained in:
Benjamin Dauvergne 2014-04-24 12:32:15 +02:00
parent 59b0569341
commit a0cbf32fc4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Buid dependencies are:
In all cases you need to install development packages for dependencies. On Debian 7.0 Wheezy:
aptitude install libxml2-dev libxslt1-dev libxmlsec1-dev libxmlsec1-openssl \
libglib2.0-dev python-all-dev fastjar php5-dev python-lxml
libglib2.0-dev python-all-dev fastjar php5-dev php5-cli python-lxml
Basic Installation
==================