mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Common/ProtocolBuffer | ||
ScreenPlay | ||
ScreenPlaySDK | ||
ScreenPlayServer | ||
ScreenPlaySysInfo | ||
ScreenPlayWidget | ||
ScreenPlayWindow | ||
ScreenPlayWorkshop | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
README.md | ||
ScreenPlay.pro | ||
WinDeploy.sh |
Requirements
- Download and install MSVC 2017 Community
- Download and install Win 10 SDK
- Select debugging support during the installation (CDB)
- Download and install Qt 5
- Install the Maintaince tool
- Select the following features to install:
- Qt 5.11.2
- MSVC 2017 64-bit
- Qt WebEngine
- Tools
- Qt Creator 4.x CDB Debugger Support
- Qt 5.11.2
Optional
This is only needed for a standalone Steam release build to run WinDeploy.sh!
- Download and install msys2 x86_x64
- Start msys2
- Run:
pacman -Syu
then restart terminal - Run:
pacman -Su
Release
- 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\'
- Run WinDeploy.sh