Skip to content

Instantly share code, notes, and snippets.

@loufq
Created May 4, 2014 00:44
Show Gist options
  • Save loufq/1bcb2906195c169cbe7b to your computer and use it in GitHub Desktop.
Save loufq/1bcb2906195c169cbe7b to your computer and use it in GitHub Desktop.
nodejs gm install about
//macos
brew update
brew doctor
sudo chown -R $USER /usr/local
brew install ImageMagick
//ubuntu
apt-get install ImageMagick
brew link libtool
//liunx
yum list ImageMagick*
yum install ImageMagick.x86_64
yum install ImageMagick-devel.x86_64
//all samp
npm insall gm --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment