1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
ScreenPlay/README.md

20 lines
664 B
Markdown
Raw Normal View History

2017-03-25 18:56:22 +01:00
# Requirements
2018-08-19 15:21:34 +02:00
- [Download and install Qt 5] (https://www.qt.io/download-qt-installer)
- Install Maintaince tool
- Select the following features to install
- Qt 5.11.1
- MSVC 2017 64-bit
- Qt WebEngine
- Tools
- Qt Creator 4.x CDB Debugger Support
# Optional
- This is only needed for a standalone Steam release build to run WinDeploy.sh!
- [Download and install msys2 x86_x64] (http://www.msys2.org/)
- 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:21:34 +02:00
- Change in WinDeploy.sh the paths in Line 3 - 7 according to your setup
- Run WinDeploy.sh