Update native dependency info in documentation

This commit is contained in:
Petr Sloup 2017-01-12 13:57:40 +01:00
parent 920b6c19b6
commit 1fef895e67

View file

@ -41,7 +41,7 @@ Alternatively, you can use ``tileserver-gl-light`` package instead, which is pur
From source From source
=========== ===========
Make sure you have Node v4 or higher (nvm install 4) and run:: Make sure you have Node v4 (nvm install 4) and run::
npm install npm install
node . node .
@ -50,6 +50,9 @@ Make sure you have Node v4 or higher (nvm install 4) and run::
On OSX On OSX
====== ======
Make sure to have ``pkg-config`` and ``cairo`` installed:: Make sure to have dependencies of canvas_ package installed::
brew install pkg-config cairo brew install pkg-config cairo libpng jpeg giflib
.. _canvas: https://www.npmjs.com/package/canvas