From 3c334289ea5c7a9616987cf1e0cd02b72b65f74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 4 Nov 2020 10:49:11 +0100 Subject: [PATCH] Add GNU/LInux dependencies to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 871627d..3f5cd60 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,17 @@ If you want to hack on this project, here is how you do it. Install Node.js 12 first (or if you use [nvm](https://github.com/nvm-sh/nvm), switch to Node.js 12 by running `nvm use`). +
Extra dependencies for GNU/Linux + +X11, PNG and zlib development packages are necessary. On Debian-like systems then can be installed as follows: + +```bash +sudo apt install libx11-dev zlib1g-dev libpng-dev libxtst-dev +``` +
+ +Install all required packages: + ```bash npm install ```