adding info for OSX setup
This commit is contained in:
parent
69340bbc83
commit
30c9bc8979
1 changed files with 8 additions and 0 deletions
|
@ -27,3 +27,11 @@ Make sure you have Node v4 or higher (nvm install 4) and run::
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
node .
|
node .
|
||||||
|
|
||||||
|
|
||||||
|
On OSX
|
||||||
|
======
|
||||||
|
|
||||||
|
Make sure to have ``pkg-config`` and ``cairo`` installed::
|
||||||
|
|
||||||
|
brew install pkg-config cairo
|
||||||
|
|
Loading…
Reference in a new issue