From: sbkelley Date: Wed, 27 May 2026 20:59:36 +0000 (-0400) Subject: Modify readme X-Git-Tag: v1.6.1-roc-dev~6^2~9 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=cc7909ad248031fce9834b561ce2091a26cccbd1;p=dgamelaunch Modify readme (cherry picked from commit 8c4bbc85abf5bd8f6840f02b673c5a83027ada3c) --- diff --git a/README.md b/README.md index 727c063..8343186 100644 --- a/README.md +++ b/README.md @@ -326,24 +326,25 @@ Congrats on your new server... # Dungeon Crawl Stone Soup First, though, here's how to install Dungeon Crawl Stone Soup: 1) obtain the source, navigate to that directory -2) modify `/crawl-ref/source/AppHdr.h`, and set `DGAMELAUNCH` (and tweak +2) `sudo make install prefix=/ DATADIR=/etc/dcss0341 SAVEDIR=/var/dcss0341 USE_DGAMELAUNCH=1` +Note: 2) instead of setting USE_DGAMELAUNCH, you can also edi +`/crawl-ref/source/AppHdr.h`, and `#define DGAMELAUNCH=1` there. (and tweak other settings which interest you) -3) `sudo make install prefix=/ DATADIR=/etc/dcss0341 SAVEDIR=/var/dcss0341 USE_DGAMELAUNCH=1` -4) navigate to the directory with these scripts (dgamelaunch source dir) -5) ... +3) navigate to the directory with these scripts (dgamelaunch source dir) +4) ... ```bash ./cpbin -b /bin /bin/crawl /opt/dgamelaunch sudo cp /etc/dcss0341 /opt/dgamelaunch/etc/ sudo cp /var/dcss0341 /opt/dgamelaunch/var/ ``` -6) (clean up in `/bin/crawl`, `/etc/dcss0341`, `/var/dcss0341` if you want to; don't need those files anymore) -7) Modify `dgamelaunch.conf` to uncomment relevant lines -8) ... +5) (clean up in `/bin/crawl`, `/etc/dcss0341`, `/var/dcss0341` if you want to; don't need those files anymore) +6) Modify `dgamelaunch.conf` to uncomment relevant lines +7) ... ```bash sudo mkdir /opt/dgamelaunch/var/inprogress-dcss0341 sudo chown -R games:games /opt/dgamelaunch/var ``` -9) Modify the main menu (it might help to `dcss-menu.patch` to it) +8) Modify the main menu (it might help to `dcss-menu.patch` to it) That's it!