update OS terminology used in some text references
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ cross-compiling possible:
|
|||||||
some research to find out if a cross-compiler exists that:
|
some research to find out if a cross-compiler exists that:
|
||||||
- produces output for XX-Platform.
|
- produces output for XX-Platform.
|
||||||
- executes on a platform that you use and love (Linux, Windows,
|
- executes on a platform that you use and love (Linux, Windows,
|
||||||
Mac OS X are some examples of platforms that have cross-compilers
|
macOS are some examples of platforms that have cross-compilers
|
||||||
for other targets available)
|
for other targets available)
|
||||||
|
|
||||||
o Then, make the community, devteam, and others aware that you're starting
|
o Then, make the community, devteam, and others aware that you're starting
|
||||||
|
|||||||
+1
-1
@@ -65,7 +65,7 @@ A. If you have never set up git on this machine before:
|
|||||||
git config --global user.name "MY NAME"
|
git config --global user.name "MY NAME"
|
||||||
git config --global user.email USER@EXAMPLE.COM
|
git config --global user.email USER@EXAMPLE.COM
|
||||||
You probably want to set up a credential cache.
|
You probably want to set up a credential cache.
|
||||||
Mac OS X:
|
macOS (10 - 12):
|
||||||
git config --global credential.helper osxkeychain
|
git config --global credential.helper osxkeychain
|
||||||
Windows:
|
Windows:
|
||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
|
|||||||
@@ -106,15 +106,14 @@ Please read items (1), (2) and (3) BEFORE doing anything with your new code.
|
|||||||
At the time of the most recent official release, NetHack 3.6, it had
|
At the time of the most recent official release, NetHack 3.6, it had
|
||||||
been tested to run/compile on:
|
been tested to run/compile on:
|
||||||
|
|
||||||
Intel Pentium or better (or clone) running Linux, BSDI, or
|
Intel Pentium or better running Linux, BSDI, or
|
||||||
Windows (7 through 10)
|
Windows 10 to 11
|
||||||
Intel 80386 or greater (or clone) boxes running Linux, or BSDI
|
Intel 80386 or greater boxes running Linux, or BSDI
|
||||||
Mac OS X 10.11 (follow the instructions in sys/unix, not sys/mac)
|
macOS 10.11 (El Capitan) to 12 (Monterey) (follow the instructions
|
||||||
|
in sys/unix, not sys/mac)
|
||||||
OpenVMS (aka VMS) V8.4 on Alpha and on Integrity/Itanium/IA64
|
OpenVMS (aka VMS) V8.4 on Alpha and on Integrity/Itanium/IA64
|
||||||
|
Intel 80386 or greater running MS-DOS with DPMI
|
||||||
Instructions have been provided by way of community contribution on:
|
built via Linux-hosted djgpp cross-compiler
|
||||||
msdos protected mode using djgpp including a Linux-host djgpp
|
|
||||||
cross-compile
|
|
||||||
|
|
||||||
Previous versions of NetHack were tested and known to run on the
|
Previous versions of NetHack were tested and known to run on the
|
||||||
following systems, but it is unknown if they can still build and
|
following systems, but it is unknown if they can still build and
|
||||||
@@ -144,8 +143,7 @@ Please read items (1), (2) and (3) BEFORE doing anything with your new code.
|
|||||||
IBM PS/2 and AT compatibles running OS/2 1.1 - 2.0 (and probably
|
IBM PS/2 and AT compatibles running OS/2 1.1 - 2.0 (and probably
|
||||||
Warp) with Microsoft 6.0, and OS/2 2.0 and up with IBM CSet++ 2.0.
|
Warp) with Microsoft 6.0, and OS/2 2.0 and up with IBM CSet++ 2.0.
|
||||||
Intel 80386 or greater (or clone) running 386BSD
|
Intel 80386 or greater (or clone) running 386BSD
|
||||||
Intel 80386 or greater (or clone) boxes running MS-DOS with DPMI.
|
Intel x86 running a version of Windows 7 or 8 or prior to XP.
|
||||||
Intel x86 running a version of Windows prior to XP.
|
|
||||||
Mips M2000 running RiscOS 4.1
|
Mips M2000 running RiscOS 4.1
|
||||||
NeXT running Mach (using BSD configuration)
|
NeXT running Mach (using BSD configuration)
|
||||||
Palm Size PC 1.1 devices running Windows CE 2.11
|
Palm Size PC 1.1 devices running Windows CE 2.11
|
||||||
|
|||||||
+1
-1
@@ -3324,7 +3324,7 @@ operating systems.
|
|||||||
On
|
On
|
||||||
.UX ,
|
.UX ,
|
||||||
Linux,
|
Linux,
|
||||||
and Mac OS X it is \(lq.nethackrc\(rq in the user's home directory.
|
and macOS it is \(lq.nethackrc\(rq in the user's home directory.
|
||||||
The file may not exist, but it is a normal ASCII text file and
|
The file may not exist, but it is a normal ASCII text file and
|
||||||
can be created with any text editor.
|
can be created with any text editor.
|
||||||
.pg
|
.pg
|
||||||
|
|||||||
+1
-1
@@ -3593,7 +3593,7 @@ The default name and location of the configuration file varies on different
|
|||||||
operating systems.\\
|
operating systems.\\
|
||||||
|
|
||||||
%.lp ""
|
%.lp ""
|
||||||
On UNIX, Linux and Mac OS X it is \mbox{``.nethackrc''} in the user's home
|
On UNIX, Linux and macOS it is \mbox{``.nethackrc''} in the user's home
|
||||||
directory. The file may not exist, but it is a normal ASCII text file and
|
directory. The file may not exist, but it is a normal ASCII text file and
|
||||||
can be created with any text editor.\\
|
can be created with any text editor.\\
|
||||||
|
|
||||||
|
|||||||
+4
-3
@@ -1,7 +1,7 @@
|
|||||||
# NetHack 3.7 config.nh $NHDT-Date: 1596498144 2020/08/03 23:42:24 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.4 $
|
# NetHack 3.7 config.nh $NHDT-Date: 1596498144 2020/08/03 23:42:24 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.4 $
|
||||||
# Copyright (c) 2016 by Pasi Kallinen
|
# Copyright (c) 2016 by Pasi Kallinen
|
||||||
# NetHack may be freely redistributed. See license for details.
|
# NetHack may be freely redistributed. See license for details.
|
||||||
# Sample config file for NetHack 3.6
|
# Sample config file for NetHack 3.7
|
||||||
#
|
#
|
||||||
# A '#' at the beginning of a line means the rest of the line is a comment.
|
# A '#' at the beginning of a line means the rest of the line is a comment.
|
||||||
#
|
#
|
||||||
@@ -9,9 +9,10 @@
|
|||||||
# playing.
|
# playing.
|
||||||
#
|
#
|
||||||
# Copy the contents of this file into
|
# Copy the contents of this file into
|
||||||
# * defaults.nh, same folder as nethack.exe or nethackW.exe (DOS, Windows)
|
# * %USERPROFILE%\nethack\.nethackrc on Windows
|
||||||
# * ~/.nethackrc (Unix, linux, Mac OS X)
|
# * ~/.nethackrc (Unix, linux, macOS)
|
||||||
# * "NetHack Defaults" on pre-OSX Mac and BeOS
|
# * "NetHack Defaults" on pre-OSX Mac and BeOS
|
||||||
|
# * defaults.nh, same folder as nethack.exe on DOS
|
||||||
# * NetHack.cnf on Amiga, Atari, OS/2, and VMS
|
# * NetHack.cnf on Amiga, Atari, OS/2, and VMS
|
||||||
#
|
#
|
||||||
# To change the configuration, comment out the unwanted lines, and
|
# To change the configuration, comment out the unwanted lines, and
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# OS X temporary files that should never be committed
|
# macOS temporary files that should never be committed
|
||||||
#
|
#
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.Trashes
|
.Trashes
|
||||||
|
|||||||
@@ -7,13 +7,13 @@
|
|||||||
# Tested on:
|
# Tested on:
|
||||||
# - MacOS Catalina 10.15
|
# - MacOS Catalina 10.15
|
||||||
#
|
#
|
||||||
# If this doesn't work for some other version of Mac OS X, consider
|
# If this doesn't work for some other version of macOS, consider
|
||||||
# making a new hints file it, rather than changing this one.
|
# making a new hints file it, rather than changing this one.
|
||||||
# And let us know about it.
|
# And let us know about it.
|
||||||
# Useful info: http://www.opensource.apple.com/darwinsource/index.html
|
# Useful info: http://www.opensource.apple.com/darwinsource/index.html
|
||||||
|
|
||||||
#-PRE xxxx
|
#-PRE xxxx
|
||||||
# macOS X hints file
|
# macOS hints file
|
||||||
#
|
#
|
||||||
|
|
||||||
# note: '#-INCLUDE' is not just a comment; multiw-1 contains sections 1 to 2
|
# note: '#-INCLUDE' is not just a comment; multiw-1 contains sections 1 to 2
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ Setting Up
|
|||||||
window-port, which evolved from work originally done by Karl Garrison,
|
window-port, which evolved from work originally done by Karl Garrison,
|
||||||
has been used in several NetHack variants and on nethack.alt.org and
|
has been used in several NetHack variants and on nethack.alt.org and
|
||||||
on www.hardfought.org/nethack/. The optional curses window-port is
|
on www.hardfought.org/nethack/. The optional curses window-port is
|
||||||
available for Windows, Mac OS X, and Unix (and also DOS).
|
available for Windows, macOS, and Unix (and also DOS).
|
||||||
|
|
||||||
The Makefiles are configured by default to include the curses
|
The Makefiles are configured by default to include the curses
|
||||||
window-port support in your command line Makefile build.
|
window-port support in your command line Makefile build.
|
||||||
|
|||||||
+2
-3
@@ -122,9 +122,8 @@ OTHER DIALOGS
|
|||||||
OTHER PLATFORMS
|
OTHER PLATFORMS
|
||||||
===============
|
===============
|
||||||
|
|
||||||
* PDCurses also work on DOS and OS/2. PDCurses for SDL and ncurses
|
* PDCurses also work on DOS and OS/2. Porting the curses interface to
|
||||||
exist for Mac OS X. Porting the curses interface to these platforms
|
these platforms should not be too difficult.
|
||||||
should not be too difficult.
|
|
||||||
|
|
||||||
|
|
||||||
MISC
|
MISC
|
||||||
|
|||||||
Reference in New Issue
Block a user