From 5bd53a14a7055ed2a7ee83829760e23de6968c6c Mon Sep 17 00:00:00 2001 From: Guy Scharf Date: Thu, 21 Nov 2019 16:36:49 -0700 Subject: [PATCH] Update Windows build documentation Inno Setup now version 6.0.3; does not affect deployment or build settings Added pointer to directions on creating SSH keys for GIT use --- Building/Windows/BUILD-WIN.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Building/Windows/BUILD-WIN.md b/Building/Windows/BUILD-WIN.md index 64598e3d..b6b96469 100644 --- a/Building/Windows/BUILD-WIN.md +++ b/Building/Windows/BUILD-WIN.md @@ -9,7 +9,7 @@ On my computers, I have QT installed in E:\\QT and the OSCAR code base in E:\\os The following programs and files are required to create Windows installers: -- Inno Setup 6.0.2 from . Download and install innosetup-qsp-6.0.2.exe. +- Inno Setup 6.0.3 from . Download and install innosetup-qsp-6.0.3.exe. - GIT for windows, from . GIT for Windows adds itself to your path. @@ -19,7 +19,7 @@ The following programs and files are required to create Windows installers: **Installing Inno Setup 6** -Inno Setup 6.0.2 is found on . Download and install innosetup-qsp-6.0.2.exe. +Inno Setup 6.0.3 is found on . Download and install innosetup-qsp-6.0.3.exe. The deployment batch file assumes that Inno Setup is installed into its default location: C:\\Program Files (x86)\\Inno Setup 6. If you put it somewhere else, you will have to change the batch file. @@ -43,6 +43,8 @@ Go to and click on the Download button. Run the ins GIT for Windows adds itself to your path. +Create SSH key and upload to GitLab--See https://docs.gitlab.com/ce/ssh/README.html. + **Installing Gawk (if Git for Windows’ gawk is not used)** From , download setup for “Complete package, except sources”. When downloaded, run the setup program. Accept default options and location. The deployment batch file assumes that gawk.exe is in your PATH, so either add c:\\Program Files (x86)\\gnuwin32\\bin to your PATH or copy the executables to some other directory already in your PATH.