summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2014-04-24 12:32:15 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2014-04-24 12:32:44 +0200
commita0cbf32fc4f92ef82da437d49c41a43404c23b56 (patch)
tree4bd26af2eaec4024fe18ae4d98b67e02e5a0b215 /INSTALL
parent59b05693418e92d6b77c469d77d71344113c8dd7 (diff)
downloadlasso-a0cbf32fc4f92ef82da437d49c41a43404c23b56.tar.gz
lasso-a0cbf32fc4f92ef82da437d49c41a43404c23b56.tar.xz
lasso-a0cbf32fc4f92ef82da437d49c41a43404c23b56.zip
INSTALL: add php-cli to needed dependencie when compiling on Debian
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 551164de..fd7ba684 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
==================