diff options
author | Saúl Ibarra Corretgé <saghul@jitsi.org> | 2020-11-11 13:18:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-11 13:18:18 +0100 |
commit | 50f5e2b187322f36fc22bd3f5d93d947b917af1d (patch) | |
tree | 1bc736475e7ef4fd1c5057011f659920741cea25 /README.md | |
parent | e08a53fff4ac46d166c826e996197d5a5ab50640 (diff) |
Add prerequisites for building on Windows
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -54,6 +54,14 @@ 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 Windows</summary> + +```bash +npm install --global --production windows-build-tools +npm config set msvs_version 2017 +``` +</details> + <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: |