Update some of the documentation.

This commit is contained in:
John "Elwin" Edwards 2013-09-04 09:01:44 -07:00
parent 6d1d59555c
commit 05b8759305
4 changed files with 35 additions and 9 deletions

View file

@ -24,10 +24,9 @@ score list in whatever directory you run it from. If you just want to play
the game yourself, this will work.
If you want multi-user play, use the '--enable-setgid' and '--enable-savedir'
options to 'configure'. After compiling, install the rogue3 binary with setgid
games. You will need to make sure that the save directory exists and that
savefiles, the scorefile, and the logfile can be created and written by the
games group (assuming you want those features.)
options to 'configure'. You will also likely want to use '--enable-scorefile'
and '--enable-logfile' to set the locations of those files. After compiling,
run 'make install'.
There are other possible features, including wizard (debugging) mode. To see
the full list, run './configure --help'.
@ -37,4 +36,4 @@ For more details, see readme36.html (contains the man page) and rogue36.html
(Michael Toy's "Guide to the Dungeons of Doom").
Contact
rlgallery.org admin: John "Elwin" Edwards <elwin@sdf.lonestar.org>
rlgallery.org admin: John "Elwin" Edwards <elwin@sdf.org>