diff options
Diffstat (limited to 'games/zdoom')
-rw-r--r-- | games/zdoom/README | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/games/zdoom/README b/games/zdoom/README index 2e81f9b9196a0..fe2573a123d14 100644 --- a/games/zdoom/README +++ b/games/zdoom/README @@ -19,14 +19,13 @@ of these slackbuilds.org packages to get a playable game: - hexen_demo_data - chexquest3 -Optional compile time dependency: OpenAL, used for audio playback +Optional compile time dependency: openal-soft, used for audio playback (as an alternative to fmodapi, which is always built in). It will be -autodetected at build time. If you have OpenAL installed but want to -build zdoom without it, set OPENAL=no in the script's environment. There -have been reports that various mods work better with OpenAL, while others -crash or misbehave; YMMV. +autodetected at build time. If you want to build zdoom without openal-soft, +set OPENAL=no in the script's environment. There have been reports that +various mods work better with OpenAL, while others crash or misbehave; YMMV. -Optional runtime dependencies: fluidsynth and fluid-soundfont, and/or -TiMidity++ and eawpats (used for MIDI playback). MIDI playback is still -possible when none of these are present, just select 'OPL Synth Emulation' -from the Options -> Sound Options -> MIDI Device menu within the game. +Optional runtime dependencies: fluid-soundfont, and/or TiMidity++ and +eawpats (used for MIDI playback). MIDI playback is still possible when +none of these are present, just select 'OPL Synth Emulation' from the +Options -> Sound Options -> MIDI Device menu within the game. |