Remove references to gawk.exe from Windows build instructions

This commit is contained in:
Guy Scharf 2020-05-09 06:55:12 -07:00
parent 346208140e
commit ee11af4109
2 changed files with 4 additions and 8 deletions

View File

@ -13,9 +13,8 @@ The following programs and files are required to create Windows installers:
- GIT for windows, from <https://gitforwindows.org/>. GIT for Windows adds itself to your path.
- Gawk is required. You can use the version included with Git for Windows or install Gawk for Windows from <http://gnuwin32.sourceforge.net/packages/gawk.htm>. The deployment batch file will use the Git for Windows version if gawk.exe is not in your PATH.
- QT Open Source edition from <https://www.qt.io/download>. I use the latest patch version in the 5.12 LTS series -- version 5.12.8 at the date this was last updated. More recent versions in the 5.12 series should also work.
**Installing Inno Setup 6**
@ -31,7 +30,7 @@ Go to <https://gitforwindows.org/> and click on the Download button. Run the ins
- Select whichever editor you desire.
- Select “Use Git and optional Unix tools from the Command Prompt.” If you do this, rather than “Git from the command line and also from 3rd-party software,” you will not need to install Gawk separately, as it is included with Git for Windows.
- Select “Use Git from the command line and also from 3rd-party software.”
- Select “Use the OpenSSL library.”
@ -45,10 +44,6 @@ 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 <http://gnuwin32.sourceforge.net/packages/gawk.htm>, 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.
**Installing QT**
Go to QT at <https://www.qt.io/download> and download the Open Source edition of the Windows online installer, qt-unified-windows-x86-3.1.1-online.exe. Run the installer:
@ -67,7 +62,7 @@ Go to QT at <https://www.qt.io/download> and download the Open Source edition of
- MinGW 7.3.0 64-bit
- Sources
- QT Debug Information Files
- In Developer and Designer Tools:
- QT Creator 4.11.2 CDB Debug

View File

@ -1,5 +1,6 @@
setlocal
:::@echo off
::: You must set these paths to your QT configuration
set qtpath=E:\Qt
set qtVersion=5.12.8