Some updates to INSTALL.
authorDavid Griffith <dave@661.org>
Sat, 24 Jun 2023 19:09:31 +0000 (12:09 -0700)
committerDavid Griffith <dave@661.org>
Sat, 24 Jun 2023 19:09:31 +0000 (12:09 -0700)
INSTALL

diff --git a/INSTALL b/INSTALL
index 14c44f9f7b0f234e1487d33bce7f9527273d1a9d..14bb20381b2f35eb1b0735ead4050820c531f3a4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -108,7 +108,20 @@ languishing for several years, it is now incorporated into the Unix
 Frotz codebase as a one of the available interfaces.  With SDL Frotz, 
 full support for V6 games is provided.
 
-Prerequisite packages for sfrotz (Debian nomenclature):
+Prerequisite packages for sfrotz:
+  Debian nomenclature:
+    libsdl2-dev libsdl2-mixer-dev libfreetype6-dev libpng-dev libjpeg-dev zlib1g-dev
+  macOS Homebrew nomenclature:
+    pkg-config sdl2 sdl2_mixer freetype libpng jpeg zlib
+  NetBSD nomenclature:
+    SDL2 SDL2_mixer freetype png jpeg zlib
+  OpenBSD nomenclature:
+    sdl2 sdl2-mixer freetype png jpeg zlib
+  FreeBSD nomenclature:
+    sdl2 sdl2-mixer freetype2 png ??? ???
+
+
+
   * libsdl2-dev                (2.0.9 or higher)
   * libsdl2-mixer-dev  (2.0.4 or higher)
   * libfreetype6-dev   (2.6.x or higher)
@@ -130,6 +143,10 @@ characters in Beyond Zork through .pcf fonts.  This interface is not yet
 ready.  On startup, the screen has a tendency to be black.  Saves and
 restores also don't work -- doing so causes a segfault.
 
+Prerequisite packages for xfrotz
+  Debian nomenclature):
+    libx11-dev libxt-dev libpng-dev libjpeg-dev zlib1g-dev
+
 
 ================
 Prerequisites ||