aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <saghul@jitsi.org>2020-11-04 10:49:11 +0100
committerGitHub <noreply@github.com>2020-11-04 10:49:11 +0100
commit3c334289ea5c7a9616987cf1e0cd02b72b65f74f (patch)
tree70fdc1d3a11ef0e3a572b6510d97dd0bdb18e0e9 /README.md
parentc7d85fe2f58d5f1de86ae3695a1f01f09ca6dc17 (diff)
Add GNU/LInux dependencies to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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`).
+<details><summary>Extra dependencies for GNU/Linux</summary>
+
+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
+```
+</details>
+
+Install all required packages:
+
```bash
npm install
```