Add prerequisites for building on Windows

This commit is contained in:
Saúl Ibarra Corretgé 2020-11-11 13:18:18 +01:00 committed by GitHub
parent e08a53fff4
commit 50f5e2b187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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: