From: David Griffith Date: Thu, 27 Apr 2023 23:33:32 +0000 (-0700) Subject: Added note to snavig.pl about needing to install File::Slurp X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=f6d4361a54adac8fba10f763ad929f5824e3b6bd;p=liskon_frotz.git Added note to snavig.pl about needing to install File::Slurp File::Slurp is typically not installed by default. For Debian, install it with sudo apt-get install libfile-slurp.perl --- diff --git a/src/misc/snavig.pl b/src/misc/snavig.pl index 82f9ba5..d84de5e 100755 --- a/src/misc/snavig.pl +++ b/src/misc/snavig.pl @@ -26,6 +26,9 @@ # source code for use on a PDP10. This version is meant to be called # from the Unix Frotz's top level Makefile and work on the files present. +# This requires File::Slurp, which is typically not installed by default. +# Debian: sudo apt-get install libfile-slurp-perl + # TODO: Save the names of header files that need to be shortened. Then # go through the .c files and shorten them there too.