Update documentation dependencies
This commit is contained in:
parent
77e23e3283
commit
5be1072fd6
1 changed files with 23 additions and 4 deletions
|
@ -26,11 +26,30 @@ 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.
|
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.
|
The precise package names you need to install may differ on various platforms.
|
||||||
|
|
||||||
These are required on Debian 9:
|
These are required on Debian 11:
|
||||||
* ``build-essential``
|
* ``libgles2-mesa``
|
||||||
* ``libcairo2-dev``
|
* ``libegl1``
|
||||||
* ``libprotobuf-dev``
|
* ``xvfb``
|
||||||
|
* ``xauth``
|
||||||
|
* ``libopengl0``
|
||||||
|
* ``libcurl4``
|
||||||
|
* ``curl``
|
||||||
|
* ``libuv1-dev``
|
||||||
|
* ``libc6-dev``
|
||||||
|
* ``http://archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.0.3-0ubuntu1_amd64.deb``
|
||||||
|
* ``http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2_amd64.deb``
|
||||||
|
|
||||||
|
These are required on Ubuntu 20.04:
|
||||||
|
* ``libcairo2-dev``
|
||||||
|
* ``libjpeg8-dev``
|
||||||
|
* ``libpango1.0-dev``
|
||||||
|
* ``libgif-dev``
|
||||||
|
* ``build-essential``
|
||||||
|
* ``g++``
|
||||||
|
* ``xvfb``
|
||||||
|
* ``libgles2-mesa-dev``
|
||||||
|
* ``libgbm-dev``
|
||||||
|
* ``libxxf86vm-dev``
|
||||||
|
|
||||||
``tileserver-gl-light`` on npm
|
``tileserver-gl-light`` on npm
|
||||||
==============================
|
==============================
|
||||||
|
|
Loading…
Reference in a new issue