Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 216 Bytes

imagemagick.md

File metadata and controls

10 lines (8 loc) · 216 Bytes

ImageMagick

This isn't a compilation, however it is a prerequisit to installing the IMagick PHP extension.

apt-get update && apt-get install -y \
  imagemagick \
  libmagickwand-dev \
  libmagickcore-dev