diff options
-rw-r--r-- | games/fizmo/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/fizmo/README b/games/fizmo/README index ef0b5db48fd6e..393f19a2ed799 100644 --- a/games/fizmo/README +++ b/games/fizmo/README @@ -6,8 +6,8 @@ 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. +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 @@ -24,5 +24,5 @@ glktermw - Required for experimental fizmo-glktermw executable. Probably 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. + only of interest to developers. Can be disabled with + REMGLK=no in the environment. |