]> skyeroc.xyz Git - dgamelaunch/commitdiff
Fix watch_games during install
authorsbkelley <sb24kelley@gmail.com>
Sun, 24 May 2026 17:50:28 +0000 (13:50 -0400)
committersbkelley <sb24kelley@gmail.com>
Mon, 1 Jun 2026 20:43:59 +0000 (16:43 -0400)
README.md
install-dgl-nh500

index 0921f72ce2ac3c3b3f282be3c479e7f2d50e4855..c78d07f90d34acba3c5c8b812959ce4cd23e8ec0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -131,11 +131,6 @@ will not see a shell when it exits.
 
 Congrats on your new server...
 
-More resources for troubleshooting vis NetHack:
-https://nethackwiki.com/wiki/User:Paxed/HowTo_setup_dgamelaunch
-Vis dgamelaunch and crawl:
-https://github.com/tarballqc/dcss-server-install/
-
 
 # Dungeon Crawl Stone Soup
 First, though, here's how to install Dungeon Crawl Stone Soup:
@@ -159,7 +154,8 @@ sudo chown -R games:games /opt/dgamelaunch/var
 
 That's it!
 
-# ISSUES
-If you find a bug, report it, I guess.
-
-Known issues rn: watching other players doesn't work, at all! I haven't been able to track this down yet.
\ No newline at end of file
+# Resources
+More resources for troubleshooting vis NetHack:
+https://nethackwiki.com/wiki/User:Paxed/HowTo_setup_dgamelaunch
+Vis dgamelaunch and crawl:
+https://github.com/tarballqc/dcss-server-install/
\ No newline at end of file
index 7ea46d0a5a7d992e42072975237fc6e0e4ca180b..f5487843bba6fdfc9f2900de511544afcab38883 100644 (file)
@@ -428,6 +428,8 @@ DGLFILE="dgamelaunch.`date +%Y%m%d`"
 LIBS="$LIBS `findlibs /$CURDIR/dgamelaunch`"
 cp "/$CURDIR/dgamelaunch" "bin/$DGLFILE"
 ln -s "$DGLFILE" bin/dgamelaunch
+# THIS IS IMPORTANT to make watch_games/shmem function
+ln -s "/bin/dgamelaunch .
 
 # Creating sqlite db
 if [ -n "$SQLITE_DBFILE" ]; then