]> skyeroc.xyz Git - dgamelaunch/commitdiff
Modify readme
authorsbkelley <sb24kelley@gmail.com>
Wed, 27 May 2026 20:59:36 +0000 (16:59 -0400)
committersbkelley <sb24kelley@gmail.com>
Mon, 1 Jun 2026 20:43:59 +0000 (16:43 -0400)
(cherry picked from commit 8c4bbc85abf5bd8f6840f02b673c5a83027ada3c)

README.md

index 727c063264813bb02a9f731402bee4fc36ba1246..8343186372b159b8fefe8440342029d1f56e8d40 100644 (file)
--- 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 `<src>/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
+`<src>/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!