Skip to content

Commit

Permalink
Improve installation instructions
Browse files Browse the repository at this point in the history
Add note about needing libvips dependencies in production, as well as
development.
  • Loading branch information
rbuchberger committed Mar 25, 2021
1 parent 9a13f31 commit 713ee42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/users/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ sort: 1
3. Install `libvips`. Most package managers know about it, otherwise it can be found
[here](https://libvips.github.io/libvips/install.html).
4. Install libvips dependencies for all image formats you will use, such as `libpng`, `libwebp`,
`libjpeg`, and `libheif` (for avif).
`libjpeg`, and `libheif` (for avif). Note that if you use a deployment or CI service, these
dependencies will be required there as well.
5. Optional: Install `ImageMagick` for additional image formats. If vips runs into an image format
it can't handle (jp2 on my particular installation), JPT will instruct it to try ImageMagick
instead.

0 comments on commit 713ee42

Please sign in to comment.