diff options
Diffstat (limited to 'games/gzdoom/README')
-rw-r--r-- | games/gzdoom/README | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/games/gzdoom/README b/games/gzdoom/README index 372c90f18f..7755b41bfe 100644 --- a/games/gzdoom/README +++ b/games/gzdoom/README @@ -1,19 +1,9 @@ Enhanced OpenGL port of the official DOOM source code that also supports Heretic, Hexen, and Strife. -Optional compile-time dependencies: fluidsynth and OpenAL. These are -auto-detected. +This is the latest version of gzdoom, which may not run well on +older/slower systems. If gzdoom does't run smoothly on your system, +try installing gzdoom-legacy instead. Note that gzdoom and gzdoom-legacy +conflict: only install one or the other. See README_SBo.txt for optional runtime dependencies. - -This script can be used to build gzdoom 1.8.09, 1.9.1, or 2.3.2. For -more information, see README_versions.txt. - -*Note: if you're upgrading from gzdoom-1.5.x to 1.9.x or 2.0.x, the -config file location has changed. To keep your old settings: - - mkdir -p ~/.config/gzdoom - cp ~/.gzdoom/zdoom.ini ~/.config/gzdoom/gzdoom.ini - -If you're upgrading from gzdoom 1.7 or 1.8: - mv ~/.config/gzdoom/zdoom.ini ~/.config/gzdoom/gzdoom.ini |