some Windows build doc updates and typo fixes
This commit is contained in:
+24
-23
@@ -1,7 +1,30 @@
|
||||
Building NetHack using the Visual Studio IDE
|
||||
Building NetHack using the Visual Studio nmake from the command line
|
||||
|
||||
Prerequisite Requirements:
|
||||
|
||||
o Visual Studio Community Edition
|
||||
A copy of Microsoft Visual Studio Community Edition needs to
|
||||
be installed on your machine. See:
|
||||
https://visualstudio.microsoft.com/vs/community/
|
||||
o Lua
|
||||
NetHack 3.7 for Windows requires 3rd party Lua source that is not part
|
||||
of the NetHack distribution or repository.
|
||||
|
||||
A windows cmd command procedure for fetching prerequisite sources
|
||||
is available, and can be run as follows from the top of the
|
||||
NetHack source tree to obtain lua:
|
||||
sys\windows\fetch.cmd lua
|
||||
o pdcursesmod (Only required if curses interface support is desired)
|
||||
If you want to include curses interface support in NetHack 3.7 for
|
||||
3rd part pdcursesmod source code is required and is not part of the
|
||||
NetHack distribution or repository.
|
||||
|
||||
A windows cmd command procedure for fetching prerequisite
|
||||
sources is available, and can be run as follows from the top of
|
||||
the NetHack source tree to obtain pdcursesmod:
|
||||
sys\windows\fetch.cmd pdcursesmod
|
||||
|
||||
|
||||
A copy of Microsoft Visual Studio Community Edition needs to
|
||||
be installed on your machine, and the Lua prerequisite source
|
||||
files are required as outlined in sys/windows/Install.windows.
|
||||
@@ -39,28 +62,6 @@ You can use one of the following build environments:
|
||||
| Visual Studio Community Editions |
|
||||
\-----------------------------------------------------------/
|
||||
|
||||
Required components that are not bundled in the NetHack repository, but
|
||||
are required to build NetHack yourself.
|
||||
|
||||
Lua
|
||||
NetHack 3.7 for Windows requires 3rd party Lua source that is not part
|
||||
of the NetHack distribution or repository.
|
||||
|
||||
A windows cmd command procedure for fetching prerequisite
|
||||
sources is available, and can be run as follows from the top of
|
||||
the NetHack source tree to obtain lua:
|
||||
sys\windows\fetch.cmd lua
|
||||
|
||||
Curses
|
||||
If you want to include curses interface support in NetHack 3.7 for
|
||||
3rd part pdcursesmod source code is required and is not part of the
|
||||
NetHack distribution or repository.
|
||||
|
||||
A windows cmd command procedure for fetching prerequisite
|
||||
sources is available, and can be run as follows from the top of
|
||||
the NetHack source tree to obtain pdcursesmod:
|
||||
sys\windows\fetch.cmd pdcursesmod
|
||||
|
||||
Building
|
||||
|
||||
Two different versions of NetHack will be built for Windows from the
|
||||
|
||||
Reference in New Issue
Block a user