Skip to content
Snippets Groups Projects
Unverified Commit 50f5e2b1 authored by Saúl Ibarra Corretgé's avatar Saúl Ibarra Corretgé Committed by GitHub
Browse files

Add prerequisites for building on Windows

parent e08a53ff
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,14 @@ If you want to hack on this project, here is how you do it. ...@@ -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`). 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> <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: X11, PNG and zlib development packages are necessary. On Debian-like systems then can be installed as follows:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment