From c99b4f15593256832a2b3cba5a24c5f9133f1b6d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 29 Sep 2018 03:30:50 -0700 Subject: [PATCH] Add additional requirements for generate-installers.bat --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9af5116f..09c53208 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ You can follow development on our [Discord server](https://discord.gg/6ERtzFY). * Windows 7 or later * Visual Studio 2015 or later * Select MSVC Desktop toolchain during Qt installation +* 7-Zip (only if building installers for non-development PCs) +* WiX Toolset v3.11 or later (only if building installers for non-development PCs) ### Mac-specific Requirements * macOS El Capitan (10.11) or later @@ -44,8 +46,8 @@ You can follow development on our [Discord server](https://discord.gg/6ERtzFY). 2. Run `git submodule update --init --recursive` from within `moonlight-qt/` 3. Open the project in Qt Creator or build from qmake on the command line. * To build a binary for use on non-development machines, use the scripts in the `scripts` folder. - * For Windows builds, use `scripts\generate-installers.bat`. Execute this script from the root of the repository within a Qt command prompt. - * For macOS builds, use `scripts/generate-dmg.sh`. Execute this script from the root of the repository and ensure Qt's `bin` folder is in your `$PATH` + * For Windows builds, use `scripts\generate-installers.bat`. Execute this script from the root of the repository within a Qt command prompt. Ensure WiX and 7-Zip binary directories are in your `%PATH%`. + * For macOS builds, use `scripts/generate-dmg.sh`. Execute this script from the root of the repository and ensure Qt's `bin` folder is in your `$PATH`. ## Contribute 1. Fork us