Browse Source

Merge pull request #470 from tonylukasavage/patch-1

Add one-liner MacPorts install to docs
v1.x
Juriy Zaytsev 11 years ago
parent
commit
4e6827da3d
  1. 6
      Readme.md

6
Readme.md

@ -27,6 +27,12 @@ You can quickly install Cairo and its dependencies for OS X using the one liner
$ wget https://raw.githubusercontent.com/LearnBoost/node-canvas/master/install -O - | sh
```
or if you use MacPorts
```bash
sudo port install pkgconfig libpng giflib freetype libpixman cairo
```
## Screencasts
- [Introduction](http://screenr.com/CTk)

Loading…
Cancel
Save