hints updates
move out-of-date hints files to the outdated folder. rename the hints files, and hints/include files that are currently named *.2020 to *.370 (next release number).
This commit is contained in:
@@ -51,7 +51,7 @@ II. There once was a time when people built NetHack right on their DOS machine.
|
||||
sh sys/msdos/fetch-cross-compiler.sh
|
||||
|
||||
That script won't install anything, it just does file fetches and stores
|
||||
them in subfolders of lib. The linux.2020 and macOS.2020 hints files are
|
||||
them in subfolders of lib. The linux.370 and macOS.370 hints files are
|
||||
configured to find the cross-compiler there if you add
|
||||
CROSS_TO_MSDOS=1
|
||||
on your make command line.
|
||||
@@ -62,12 +62,12 @@ II. There once was a time when people built NetHack right on their DOS machine.
|
||||
|
||||
On your linux host:
|
||||
|
||||
cd sys/unix ; sh setup.sh hints/linux.2020 ; cd ../..
|
||||
cd sys/unix ; sh setup.sh hints/linux.370 ; cd ../..
|
||||
make fetch-lua
|
||||
|
||||
On your macOS host:
|
||||
|
||||
cd sys/unix ; sh setup.sh hints/macOS.2020 ; cd ../..
|
||||
cd sys/unix ; sh setup.sh hints/macOS.370 ; cd ../..
|
||||
make fetch-lua
|
||||
|
||||
The MSDOS cross-compile can then be carried out by specifying
|
||||
|
||||
Reference in New Issue
Block a user