From: sbkelley Date: Mon, 1 Jun 2026 19:46:23 +0000 (-0400) Subject: Add DCSS instructions to README (from 11917896) X-Git-Tag: v1.6.1-roc-dev~6^2~24 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=3b11d3a952aec1fbf961d1cdd9c90b1c21f6f20b;p=dgamelaunch Add DCSS instructions to README (from 11917896) --- diff --git a/README b/README index 6f36970..0ffeba8 100644 --- 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 ===========