diff --git a/sys/windows/Install.windows b/sys/windows/Install.windows index fa0e42fa7..4d8839404 100644 --- a/sys/windows/Install.windows +++ b/sys/windows/Install.windows @@ -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: