This file contains hidden or 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
| /* | |
| Node.js, express, oauth example using Twitters API | |
| Install Dependencies: | |
| npm install express | |
| npm install oauth | |
| Create App File: | |
| Save this file to app.js | |
This file contains hidden or 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
| ## On Windows: | |
| ``http://www.graphicsmagick.org/INSTALL-windows.html`` | |
| ## On the Mac: | |
| ``brew install graphicsmagick`` | |
| ## On the Joyent box: | |
| ``` |
This file contains hidden or 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
| wget ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-1.3.15.tar.gz | |
| tar -xvf GraphicsMagick-1.3.15.tar.gz | |
| cd GraphicsMagick-1.3.15 | |
| ./configure | |
| make |