From f6d4361a54adac8fba10f763ad929f5824e3b6bd Mon Sep 17 00:00:00 2001 From: David Griffith Date: Thu, 27 Apr 2023 16:33:32 -0700 Subject: [PATCH] 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 --- src/misc/snavig.pl | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.34.1