Add paragraph about native dependencies (close #90)
This commit is contained in:
parent
78fcb893f7
commit
7a55ac9ebb
1 changed files with 13 additions and 0 deletions
|
@ -14,6 +14,19 @@ npm
|
||||||
|
|
||||||
Just run ``npm install -g tileserver-gl``.
|
Just run ``npm install -g tileserver-gl``.
|
||||||
|
|
||||||
|
|
||||||
|
Native dependencies
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
There are some native dependencies that you need to make sure are installed if you plan to run the TileServer GL natively without docker.
|
||||||
|
The precise package names you need to install may differ on various platforms.
|
||||||
|
|
||||||
|
These are required on Debian 9:
|
||||||
|
* ``build-essential``
|
||||||
|
* ``libcairo2-dev``
|
||||||
|
* ``libprotobuf-dev``
|
||||||
|
|
||||||
|
|
||||||
``tileserver-gl-light`` on npm
|
``tileserver-gl-light`` on npm
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue