Skip to content

Commit

Permalink
Updating docs to indicate PHP BZ2 extension requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Sep 27, 2016
1 parent 5a87e06 commit 3fad5e1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fad5e1

Please sign in to comment.