From baaa4e61d247cfb5f49fe58d83b2ea95381f4f27 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Tue, 27 Sep 2016 13:38:50 -0400 Subject: [PATCH] Updating docs to indicate PHP BZ2 extension requirement. --- INSTALL.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 50f92ca6e..d66b5ef2c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,10 +6,14 @@ You should be able to use the following tools on the command line of your native * [Git](https://git-scm.com/) * [Composer](https://getcomposer.org/download/) -* PHP 5.6+, PHP installation instructions: - * [OSX](http://justinhileman.info/article/reinstalling-php-on-mac-os-x/) - * [Windows](http://php.net/manual/en/install.windows.php) - * [Linux](http://php.net/manual/en/install.unix.debian.php) +* PHP 5.6+ + * PHP installation instructions: + * [OSX](http://justinhileman.info/article/reinstalling-php-on-mac-os-x/) + * [Windows](http://php.net/manual/en/install.windows.php) + * [Linux](http://php.net/manual/en/install.unix.debian.php) + * PHP BZ2 extension is required (included by default in many cases). + * Install with PECL `pecl install bz2` + * Install with apt `apt-get install php5.6-bz2` * [NPM](https://nodejs.org/en/download/) (for [Lightning](https://github.com/acquia/lightning) support) ### Recommended tools and configuration