]> granicus.if.org Git - nethack/commitdiff
X11 install doc update
authorcohrs <cohrs>
Thu, 24 Apr 2003 15:42:53 +0000 (15:42 +0000)
committercohrs <cohrs>
Thu, 24 Apr 2003 15:42:53 +0000 (15:42 +0000)
In some X11R6 configurations, .Xresources is the name for the .Xdefaults
file.  My older Linux system uses _both_, depending on which window
manager you run.

win/X11/Install.X11

index daac06b87299a6ff3425d8e927ee498155af1595..243ee3a98182cae49570478505b464ae8a5a4384 100644 (file)
@@ -110,11 +110,12 @@ find the include and library files for X11.
 
 
 Finally, you should also install the NetHack.ad file as NetHack in the
-normal X11 applications defaults directory.  Alternatively, each person
-may append the contents of this file to their .Xdefaults file.  A second
-alternative is copy NetHack.ad to NetHack in GAMEDIR (from the top Makefile)
-and add a line to nethack.sh specifying this additional applications
-defaults directory:
+normal X11 applications defaults directory.  Alternatively, each person may
+append the contents of this file to their .Xdefaults or .Xresources file,
+depending on how your system is configured and the version of X11 you are
+using.  A second alternative is copy NetHack.ad to NetHack in GAMEDIR
+(from the top Makefile) and add a line to nethack.sh specifying this
+additional applications defaults directory:
        XAPPLRESDIR=$HACKDIR; export XAPPLRESDIR