diff --git a/docs/installation.rst b/docs/installation.rst index 3741e89..232ca7a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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. 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`` +These are required on Debian 11: + * ``libgles2-mesa`` + * ``libegl1`` + * ``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 ==============================