2017-03-25 18:56:22 +01:00
|
|
|
# Requirements
|
2018-10-03 13:20:02 +02:00
|
|
|
- [Download and install MSVC 2017 Community](https://visualstudio.microsoft.com/vs/community/)
|
|
|
|
- [Download and install Win 10 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk)
|
|
|
|
- Select debugging support during the installation (CDB)
|
|
|
|
- [Download and install Qt 5](https://www.qt.io/download-qt-installer)
|
|
|
|
- Install the Maintaince tool
|
2018-08-19 15:23:59 +02:00
|
|
|
- Select the following features to install:
|
2018-10-03 13:20:02 +02:00
|
|
|
- Qt 5.11.2
|
2018-08-19 15:21:34 +02:00
|
|
|
- MSVC 2017 64-bit
|
|
|
|
- Qt WebEngine
|
|
|
|
- Tools
|
|
|
|
- Qt Creator 4.x CDB Debugger Support
|
2018-08-19 15:23:59 +02:00
|
|
|
|
2018-08-19 15:21:34 +02:00
|
|
|
# Optional
|
2018-08-19 15:23:59 +02:00
|
|
|
This is only needed for a standalone Steam release build to run WinDeploy.sh!
|
2018-10-17 20:47:31 +02:00
|
|
|
- [Download and install msys2 x86_x64](http://www.msys2.org/)
|
2018-08-19 15:21:34 +02:00
|
|
|
- Start msys2
|
|
|
|
- Run: ``` pacman -Syu ``` then restart terminal
|
|
|
|
- Run: ``` pacman -Su ```
|
2017-04-29 11:36:05 +02:00
|
|
|
|
2017-04-29 11:35:09 +02:00
|
|
|
# Release
|
2018-08-19 15:23:59 +02:00
|
|
|
- Change in WinDeploy.sh the paths in Line 4 - 5 according to your setup
|
|
|
|
- ReleasePath='C:\\Users\\Eli\\Code\\Qt\\build-ScreenPlay-Desktop-Release\\ScreenPlay\\release\\'
|
|
|
|
- DeployPath='C:\\Users\\Eli\\Code\\Qt\\ScreenPlay-Deploy\\'
|
2018-08-19 15:21:34 +02:00
|
|
|
- Run WinDeploy.sh
|
2018-08-19 15:23:59 +02:00
|
|
|
|