From a0cbf32fc4f92ef82da437d49c41a43404c23b56 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 24 Apr 2014 12:32:15 +0200 Subject: [PATCH] INSTALL: add php-cli to needed dependencie when compiling on Debian --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ==================