mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Add additional requirements for generate-installers.bat
This commit is contained in:
parent
45fdbd16b4
commit
c99b4f1559
@ -28,6 +28,8 @@ You can follow development on our [Discord server](https://discord.gg/6ERtzFY).
|
|||||||
* Windows 7 or later
|
* Windows 7 or later
|
||||||
* Visual Studio 2015 or later
|
* Visual Studio 2015 or later
|
||||||
* Select MSVC Desktop toolchain during Qt installation
|
* 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
|
### Mac-specific Requirements
|
||||||
* macOS El Capitan (10.11) or later
|
* 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/`
|
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.
|
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.
|
* 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 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`
|
* 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
|
## Contribute
|
||||||
1. Fork us
|
1. Fork us
|
||||||
|
Loading…
x
Reference in New Issue
Block a user