aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <saghul@jitsi.org>2020-11-11 13:18:18 +0100
committerGitHub <noreply@github.com>2020-11-11 13:18:18 +0100
commit50f5e2b187322f36fc22bd3f5d93d947b917af1d (patch)
tree1bc736475e7ef4fd1c5057011f659920741cea25 /README.md
parente08a53fff4ac46d166c826e996197d5a5ab50640 (diff)
Add prerequisites for building on Windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6311e4f..f2d5bff 100644
--- a/README.md
+++ b/README.md
@@ -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: