From 08bb35e7af1139660a0add11cbd46f6c54a49df9 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 11 Mar 2014 22:44:05 +0000 Subject: [PATCH] Add test dependency installation details --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 752456a2..b4991259 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This module is powered by the blazingly fast [libvips](https://github.com/jcupit ### Install libvips on Mac OS - brew install homebrew/science/vips + brew install homebrew/science/vips --with-webp ### Install libvips on Ubuntu/Debian Linux @@ -185,6 +185,13 @@ sharp.cache(50); // { current: 49, high: 115, limit: 50 } npm test +Running the tests requires both ImageMagick and GraphicsMagick to be installed. + + brew install imagemagick + brew install graphicsmagick + + sudo apt-get install imagemagick graphicsmagick + ## Performance Test environment: