summaryrefslogtreecommitdiffstats
path: root/games/frotz/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/frotz/README')
-rw-r--r--games/frotz/README17
1 files changed, 16 insertions, 1 deletions
diff --git a/games/frotz/README b/games/frotz/README
index 303e7f63bc..c4b16bc17f 100644
--- a/games/frotz/README
+++ b/games/frotz/README
@@ -2,4 +2,19 @@ frotz (Z-machine interpreter)
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/ .
+be found at: http://www.ifarchive.org/
+
+3 executables are always built:
+
+* 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.
+
+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.