File: make_anh.txt

package info (click to toggle)
slashem 0.0.7E6F3-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 23,420 kB
  • ctags: 22,391
  • sloc: ansic: 262,709; cpp: 7,180; yacc: 2,154; sh: 737; lex: 440; makefile: 151; awk: 97; sed: 11
file content (17 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
        To compile Nethack for the allegro interface:

             First, follow the instructions in the sys\msdos directory 
        to compile a non-allegro binary and all the game datafiles.

             Then, rename "makefile.alg" to "makefile" and run make.

             The Allegro makefile DOES NOT automatically create the 
        neccesary tile files.  To create them manually, run 
        "tile2bmp.exe" in the src\ directory, tile2bmp is created 
        automatically by make.  Then create an index for these tiles 
        with "tileidx > index", "move index ..\tiles".

             Alternately, if your version of nethack has all the same 
        monsters/objects/traps/terrain types as 3.3.0, you can just 
        download a tileset. (currently only available with the 
        binaries.)