Update BUILD.md

This commit is contained in:
Zane Hitchcox 2021-07-23 18:22:32 -04:00 committed by GitHub
parent 936afec1a5
commit 6a25c9cda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,18 @@ To build packages for distribution, run `make electron-build` after the steps ab
> What version of mingw and visual studio are needed to build? Any other dependencies for windows? Instructions for how to install?
Visual studio 2019 with:
* MSVC v142
* MSVC v142 x86-64 build tools
* Windows 10 SDK
pip install -r requirements.txt
Mingw64, install it from https://www.msys2.org/
install choco: https://chocolatey.org/install
install jq: choco install jq -y
Add /c/msys64/usr/bin/ to path
> It appears youre supposed to use `npm i` and then `npm watch` and then `npm start` in order to build/run the electron app, but Im getting the error: