aboutsummaryrefslogtreecommitdiff
path: root/games/frotz/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-10-08 14:30:35 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:52:39 +0700
commit5f1d15abea09e1592267780a4184e78b4aa0e892 (patch)
treee6da5af08bbfdb892f54faac9ad63cd94f7dc880 /games/frotz/README
parent8b91b2222bf35dfb4bc62d28d05dca7e512b813c (diff)
games/frotz: Updated for version 2.53.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/frotz/README')
-rw-r--r--games/frotz/README17
1 files changed, 12 insertions, 5 deletions
diff --git a/games/frotz/README b/games/frotz/README
index 20f3a359e6..c4b16bc17f 100644
--- a/games/frotz/README
+++ b/games/frotz/README
@@ -4,10 +4,17 @@ Frotz is an interpreter for Infocom games and other Z-machine games. It
complies with standard 1.0 of Graham Nelson's specification. Games can
be found at: http://www.ifarchive.org/
-Optional dependencies:
+3 executables are always built:
-libmodplug - If this is installed, the curses build (frotz) will
-support sound.
+* frotz - uses curses, no images, needs libmodplug for sound.
+* sfrotz - SDL2 UI, supports images and sound, works great in X11,
+ probably also Wayland (not tested by SlackBuild author).
+* dfrotz - dumb terminal frotz, doesn't support images nor sound.
-SDL2_mixer - If this is installed, the SDL build of frotz (sfrotz) will
-be included in the package. sfrotz always supports sound.
+Optionally, you can set XFROTZ=yes to build:
+
+* xfrotz - native X11 UI, supports images, no sound. Most users won't
+ want this; sfrotz is a better choice on modern X11.
+
+Optional dependency: libmodplug. If this is installed, the curses
+build (frotz) will support sound.