Update dependencies

* the real name of libxslt-dev is libxslt1-dev
* curl is required later in the installation and may not be present on the system
pull/542/merge
Raphaël Vinot 2015-07-28 17:29:39 +02:00
parent a21abb6b13
commit 43a01722c8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Once the system is installed you can perform the following steps as root:
apt-get install vim
# Install the dependencies:
apt-get install zip php-pear git redis-server make python-dev python-pip libxml2-dev libxslt-dev zlib1g-dev php5-dev libapache2-mod-php5
apt-get install zip php-pear git redis-server make python-dev python-pip libxml2-dev libxslt1-dev zlib1g-dev php5-dev libapache2-mod-php5 curl
pear install Crypt_GPG # we need version >1.3.0
pear install Net_GeoIP