diff rogue3/INSTALL.txt @ 106:c191a735f811

Update some of the documentation.
author John "Elwin" Edwards
date Wed, 04 Sep 2013 09:01:44 -0700
parents c9c6bb34734d
children
line wrap: on
line diff
--- a/rogue3/INSTALL.txt	Tue Sep 03 15:39:04 2013 -0700
+++ b/rogue3/INSTALL.txt	Wed Sep 04 09:01:44 2013 -0700
@@ -24,10 +24,9 @@
 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 @@
 (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>