From a278d0d36df60d568b123cc6b7bfc2e92ccce1e8 Mon Sep 17 00:00:00 2001 From: "Elias Steurer (Kelteseth)" Date: Sun, 19 Aug 2018 13:23:59 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ce37889..34bd87ab 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,23 @@ # Requirements - [Download and install Qt 5] (https://www.qt.io/download-qt-installer) - Install Maintaince tool - - Select the following features to install + - 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! +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 ``` # Release -- Change in WinDeploy.sh the paths in Line 3 - 7 according to your setup +- 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 +