Skip to content

Commit

Permalink
Merge pull request #10 from cianclarke/imdocs
Browse files Browse the repository at this point in the history
ImageMagick installation instructions
  • Loading branch information
cianclarke committed Jul 3, 2014
2 parents 5dd3d80 + ac33407 commit a68341e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ Installation
============

$ npm install node-gallery

ImageMagick
===========
Node Gallery does require ImageMagick. Installation instructions for mac can be found at: http://www.imagemagick.org/script/binary-releases.php#macosx

For windows:

1. Select imagemagick installer for your system, e.g., http://sourceforge.net/projects/imagemagick/files/6.8.9-exes/ImageMagick-6.8.9-4-Q16-x64-dll.exe/download
2. Install imagemagick
3. Make sure that imagemagick tools are available on system path (e.g., you can test if you can run "convert.exe" from CMD)
4. Restart cygwin, CMD or whatever you use to fire up node.js


Examples
===================
Expand Down

0 comments on commit a68341e

Please sign in to comment.