slackbuilds/games/fizmo
B. Watson 6b58f8c1eb
games/fizmo: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:40:09 +07:00
..
README games/fizmo: Fix README. 2020-10-17 09:40:09 +07:00
doinst.sh games/fizmo: Updated for version 0.8.5_b1. 2017-07-12 22:48:01 +07:00
fizmo.SlackBuild games/fizmo: Updated for version 0.8.5. 2018-07-14 06:56:00 +07:00
fizmo.desktop games/fizmo: Updated for version 0.8.5_b1. 2017-07-12 22:48:01 +07:00
fizmo.info games/fizmo: Updated for version 0.8.5. 2018-07-14 06:56:00 +07:00
fizmo.png games/fizmo: Updated for version 0.8.5_b1. 2017-07-12 22:48:01 +07:00
slack-desc games/fizmo: Updated for version 0.8.5. 2018-07-14 06:56:00 +07:00

README

fizmo (Z-Code interpreter for Infocom and other story files)

Fizmo provides a Z-Machine interpreter development library in plain C
along with a ncurses user interface, supporting Z-Machine versions 1
to 5, 7 and 8. That means it allows you to play interactive fiction,
also known as text adventures, which were implemented either by Infocom
or created using the Inform compiler.

By default, the curses (fizmo-ncursesw) and 'dumb' console
(fizmo-console) executables are always built.

Optional dependencies: these are auto-detected at build time, so just
install them before building fizmo if you want to use them. If you have
one of these installed but don't want to build fizmo with it, disable
it with the appropriate environment variable.

SDL2     - Recommended. Required for Z-Machine games that use graphics
           and/or sound. Builds fizmo-sdl2 executable. Also adds sound
           support to fizmo-ncursesw. Can be disabled with SDL2=no in
           the environment.

glktermw - Required for experimental fizmo-glktermw executable. Probably
           only of interest to developers. Can be disabled with GLK=no
           in the environment.

remglk   - Required for experimental fizmo-remglk executable. Probably
           only of interest to developers. Can be disabled with
           REMGLK=no in the environment.