From 30c9bc8979c211f4b655e9b5a4c55bc543b04aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Stra=C3=9Fburger?= Date: Mon, 29 Aug 2016 12:31:33 +0200 Subject: [PATCH] adding info for OSX setup --- docs/installation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index f7da4b9..4c6d870 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -27,3 +27,11 @@ Make sure you have Node v4 or higher (nvm install 4) and run:: npm install node . + + +On OSX +====== + +Make sure to have ``pkg-config`` and ``cairo`` installed:: + + brew install pkg-config cairo