Skip to content

Commit

Permalink
With PHP7 being packaged by default with Ubuntu 16.04, Debian Stretch…
Browse files Browse the repository at this point in the history
…, adapt the documentation. fix #359
  • Loading branch information
seblucas committed Jun 5, 2017
1 parent 491de94 commit 55f727e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ If you want to use the OPDS feed don't forget to specify feed.php at the end of
On any Debian based Linux you can use :
aptitude install php5-gd php5-sqlite php5-json php5-intl

If you use Debian Stretch :
aptitude install php7.0-gd php7.0-sqlite3 php7.0-json php7.0-intl

On Centos you may have to add :
yum install php-xml

Expand Down

0 comments on commit 55f727e

Please sign in to comment.