update Install.windows for vs 2022 compiler

Include visual studio 2022 in the list of compilers tested for build
- nmake Makefile.msc tested
This commit is contained in:
nhmall
2021-11-13 10:39:00 -05:00
parent 8063ad94d7
commit f19112e6b1

View File

@@ -22,7 +22,8 @@ You can build a TTY version of NetHack and a Windows Graphical
version. You can use one of the following build environments:
o A copy of Microsoft Visual Studio 2017 Community Edition or
a copy of Microsoft Visual Studio 2019 Community Edition
a copy of Microsoft Visual Studio 2019 Community Edition or
a copy of Microsoft Visual Studio 2022 Community Edition or
OR
@@ -51,9 +52,9 @@ version. You can use one of the following build environments:
|
vs
/--------------------------------------------------------\
| Building And Running Using Visual Studio 2017 or 2019 |
\--------------------------------------------------------/
/-----------------------------------------------------------\
| Building And Running Using Visual Studio 2017, 2019, 2022 |
\-----------------------------------------------------------/
Before proceeding, please obtain the lua-5.4.3 sources and copy them to
the new directory lib\lua-5.4.3\src. This source can be obtained either from
@@ -61,11 +62,11 @@ http://www.lua.org/ftp/lua-5.4.3.tar.gz or from the git hub mirror
https://github.com/lua/lua.git using the tag 'v5.4.3'. The build expects
to find lua files such as 'lua.h' at 'lib\lua-5.4.3\src\lua.h'.
If you are NOT using Visual Studio 2017 or 2019 IDE, or you prefer to build
If you are NOT using Visual Studio IDE, or you prefer to build
using a Make utility and a Makefile proceed to "Building Using Make".
When using either Visual Studio 2017 or 2019, you simply need to load the
solution file within the IDE, build the solution and run the version
When using either Visual Studio 2017, 2019, or 2022, you simply need to
load the solution file within the IDE, build the solution and run the version
of NetHack you wish to run.
The Visual Studio NetHack solution file can be found here: