]> skyeroc.xyz Git - dgamelaunch/commitdiff
Add DCSS instructions to README (from 11917896)
authorsbkelley <sb24kelley@gmail.com>
Mon, 1 Jun 2026 19:46:23 +0000 (15:46 -0400)
committersbkelley <sb24kelley@gmail.com>
Mon, 1 Jun 2026 20:43:59 +0000 (16:43 -0400)
README

diff --git a/README b/README
index 6f36970fb83c6dcd149ffad1ba1c8c61782e9c95..0ffeba83dc9ca28f8da98626f9e7833bcb07b7fe 100644 (file)
--- a/README
+++ b/README
@@ -52,10 +52,25 @@ will not see a shell when it exits.
 
 Congrats on your new server...
 
-More resources for troubleshooting:
+More resources for troubleshooting vis NetHack:
 https://nethackwiki.com/wiki/User:Paxed/HowTo_setup_dgamelaunch
 
-Old readme below
+See also the old readme below.
+
+First, though, here's how to install Dungeon Crawl Stone Soup:
+1) obtain the source, navigate to that directory
+2) sudo make install prefix=/ DATADIR=/etc/dcss0341 SAVEDIR=/var/dcss0341 NOWIZARD=1
+3) navigate to the directory with these scripts (dgamelaunch source dir)
+4) ./cpbin -b /bin /bin/crawl /opt/dgamelaunch
+5) sudo cp /etc/dcss0341 /opt/dgamelaunch/etc/
+6) sudo cp /var/dcss0341 /opt/dgamelaunch/var/
+7) (clean up in /bin/crawl, /etc/dcss0341, /var/dcss0341 if you want to; don't need those files anymore)
+8) Modify dgamelaunch.conf to uncomment relevant lines
+9) sudo mkdir /opt/dgamelaunch/var/inprogress-dcss0341
+10) modify the main menu (or apply dcss-menu.patch to it)
+
+That's it!
+
 
 dgamelaunch
 ===========