From 2077911a229a9783260cf70c6516ecdf87668353 Mon Sep 17 00:00:00 2001 From: Tony Lukasavage Date: Wed, 17 Sep 2014 08:16:45 -0400 Subject: [PATCH] Add one-liner MacPorts install to docs --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index faed37d..6ffd645 100644 --- a/Readme.md +++ b/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)