@@ -37,19 +37,19 @@ The following dependencies need to be installed on your system:
3737
3838* [ Python] ( http://www.python.org/ ) , version 3.7, 32 bit
3939 * Use latest minor version if possible.
40- * Microsoft Visual Studio 2017 Community, Version 15.3 or later:
40+ * Microsoft Visual Studio 2019 Community, Version 16.2 or later:
4141 * Download from https://visualstudio.microsoft.com/downloads/
4242 * When installing Visual Studio, you need to enable the following:
43- On the Workloads tab, in the Windows group:
44- * Universal Windows Platform Development
43+ * On the Workloads tab, in the Windows group:
4544 * Desktop development with C++
4645 * Then in the Installation details section, under Desktop for C++, Optional grouping, ensure the following are selected:
47- * VC++ 2017 v141 toolset (x86,x64)
48- * Windows 10 SDK (10.0.17134.0) for Desktop C++ x86 and x64
49- * Visual C++ ATL for x86 and x64
50- * In the Installation details section, under Individual components, ensure the following are selected:
51- * Visual C++ compilers and libraries for ARM64
52- * Visual C++ ATL for ARM64
46+ * MSVC v142 - VS 2019 C++ x64/x86 build tools
47+ * Windows 10 SDK (10.0.18362.0)
48+ * C++ ATL for v142 build tools (x86 & x64)
49+ * C++ Clang tools for Windows
50+ On the Individual components tab, ensure the following items are selected:
51+ * MSVC v142 - VS 2019 C++ ARM64 build tools
52+ * C++ ATL for v142 build tools (ARM64)
5353
5454
5555### Git Submodules
@@ -83,7 +83,7 @@ Additionally, the following build time dependencies are included in Git submodul
8383* [ Py2Exe] ( http://github.com/albertosottile/py2exe/ ) , version 0.9.3.2 commit b372a8e
8484* [ Python Windows Extensions] ( http://sourceforge.net/projects/pywin32/ ) , build 224, required by py2exe
8585* [ txt2tags] ( http://txt2tags.sourceforge.net/ ) , version 2.5
86- * [ SCons] ( http://www.scons.org/ ) , version 3.0.4
86+ * [ SCons] ( http://www.scons.org/ ) , version 3.1.1
8787* [ Nulsoft Install System] ( http://nsis.sourceforge.net/ ) , version 2.51
8888* [ NSIS UAC plug-in] ( http://nsis.sourceforge.net/UAC_plug-in ) , version 0.2.4, ansi
8989* xgettext and msgfmt from [ GNU gettext] ( http://sourceforge.net/projects/cppcms/files/boost_locale/gettext_for_windows/ )
0 commit comments