Created
May 4, 2014 00:44
-
-
Save loufq/1bcb2906195c169cbe7b to your computer and use it in GitHub Desktop.
nodejs gm install about
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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