diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-02 18:00:24 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:55 +0700 |
commit | 56ecb23094e52ff0e1cc4ae2208ea8315f29359a (patch) | |
tree | 763e516e5568b04743e3758e41976101527529b6 /games/gzdoom/README | |
parent | 0332bc851aa8d0889343be7d4cf6f2d3cf19b7b6 (diff) | |
download | slackbuilds-56ecb23094e52ff0e1cc4ae2208ea8315f29359a.tar.gz |
games/gzdoom: Updated for version 2.1.1.
Diffstat (limited to 'games/gzdoom/README')
-rw-r--r-- | games/gzdoom/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/games/gzdoom/README b/games/gzdoom/README index 9e7b2ff387..97118b21e6 100644 --- a/games/gzdoom/README +++ b/games/gzdoom/README @@ -5,8 +5,14 @@ Optional compile-time dependency: fluidsynth (autodetected). See README_SBo.txt for optional runtime dependencies. -*Note: if you're upgrading from gzdoom-1.5.x, the config file location -has changed. To keep your old settings: +This script can be used to build gzdoom 1.8.09, 1.9.1, or 2.1.1. 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 + 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 |