Added note to snavig.pl about needing to install File::Slurp
authorDavid Griffith <dave@661.org>
Thu, 27 Apr 2023 23:33:32 +0000 (16:33 -0700)
committerDavid Griffith <dave@661.org>
Thu, 27 Apr 2023 23:35:30 +0000 (16:35 -0700)
File::Slurp is typically not installed by default.  For Debian, install
it with sudo apt-get install libfile-slurp.perl

src/misc/snavig.pl

index 82f9ba5922b01284a563940da4f6112c65fe2bb2..d84de5e899e521f18384628b7e1edcbca7625fe9 100755 (executable)
@@ -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.