comparison README.txt @ 241:d0f652010675

README.txt: remove outdated information.
author John "Elwin" Edwards
date Sat, 12 Mar 2016 14:36:25 -0500
parents 4146e2a06bc1
children 182e26224f92
comparison
equal deleted inserted replaced
240:163bd1fd4766 241:d0f652010675
4 The code was obtained from the Roguelike Restoration Project 4 The code was obtained from the Roguelike Restoration Project
5 (rogue.rogueforge.net). Modifications have been made mainly for compatibility 5 (rogue.rogueforge.net). Modifications have been made mainly for compatibility
6 with the dgamelaunch online play system. Some bugs have also been fixed, and 6 with the dgamelaunch online play system. Some bugs have also been fixed, and
7 the build process slightly improved. The essential flavor of a codebase half 7 the build process slightly improved. The essential flavor of a codebase half
8 as old as stored-program computing machinery remains unchanged. 8 as old as stored-program computing machinery remains unchanged.
9
10 Advanced Rogue 7 and XRogue were recently added and are still in an
11 experimental state.
12 9
13 To install on Unix (including OS X): 10 To install on Unix (including OS X):
14 11
15 If you checked out the source from Mercurial, run 'autoreconf' first. 12 If you checked out the source from Mercurial, run 'autoreconf' first.
16 13
39 fixed soon. 36 fixed soon.
40 37
41 It is recommended to run 'configure' with the '--disable-logfile' option, and 38 It is recommended to run 'configure' with the '--disable-logfile' option, and
42 'make' with the 'LDFLAGS=-static' option. 39 'make' with the 'LDFLAGS=-static' option.
43 40
44 Note that Super-Rogue has problems with restoring saved games on Windows,
45 whichever build system is used.
46
47 See the individual games' subdirectories for further documentation. Some of 41 See the individual games' subdirectories for further documentation. Some of
48 the manpages may be outdated, but the guides to playing should be accurate. 42 the manpages may be outdated, but the guides to playing should be accurate.
49 43
50 The games can be played via SSH or the Web at rlgallery.org. 44 The games can be played via SSH or the Web at rlgallery.org.
51 45