From 55828f34c2bff4997f1e221ad5fbe7e6e5552eff Mon Sep 17 00:00:00 2001 From: Tobias Klein Date: Sun, 1 Dec 2019 18:08:27 +0100 Subject: [PATCH] BUILD.md: Add instructions regarding electron-installer-windows --- BUILD.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index b11b22d2e..ccbe455f3 100644 --- a/BUILD.md +++ b/BUILD.md @@ -6,13 +6,17 @@ On Windows Ezra Project is built using a pre-built SWORD library from the reposi ### Setup and build 1. Install [git](https://git-scm.com/download/win) and [nodejs](https://nodejs.org). -2. Install [windows-build-tools][windows-build-tools] (VS 2015 Compiler) by running the following command in an administrator powershell: `npm install --vs2015 --global windows-build-tools`. -3. Clone Ezra Project from git repo or unpack sources from release -4. Install dependencies and rebuild native extensions by running this command in the project dir: `.\build_win32.bat` +2. Install [windows-build-tools][windows-build-tools] (VS 2015 Compiler) by running the following command in an administrator powershell:\ +`npm install --vs2015 --global windows-build-tools` +3. Install [electron-installer-windows][electron-installer-windows] by running the following command in an administrator powershell:\ +`npm install --global electron-installer-windows` +4. Clone Ezra Project from git repo or unpack sources from release +5. Install dependencies and rebuild native extensions by running this command in the project dir: `.\build_win32.bat` After performing these steps you can run Ezra Project by running this command in the project dir: `npm start` [windows-build-tools]: https://www.npmjs.com/package/windows-build-tools +[electron-installer-windows]: https://www.npmjs.com/package/electron-installer-windows ### Create a release directory