From a19717f33a1507db91c21c1be8fc9898581034d5 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 6 Oct 2019 18:38:04 +0200 Subject: [PATCH] Updated Manual server installation (markdown) --- Manual-server-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual-server-installation.md b/Manual-server-installation.md index c2cddc7..633f9d4 100644 --- a/Manual-server-installation.md +++ b/Manual-server-installation.md @@ -16,7 +16,7 @@ If your linux distribution has only outdated version of node.js, you can take a There are some dependencies required mainly to compile image support. You can see command for Debian and its derivatives (like Ubuntu) below: ~~~~ -sudo apt install libpng16-16 libpng-dev pkg-config autoconf libtool build-essential nasm +sudo apt install libpng16-16 libpng-dev pkg-config autoconf libtool build-essential nasm libx11-dev ~~~~ ## Installation