summaryrefslogtreecommitdiffstats
path: root/games/gzdoom/README_versions.txt
diff options
context:
space:
mode:
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
commit56ecb23094e52ff0e1cc4ae2208ea8315f29359a (patch)
tree763e516e5568b04743e3758e41976101527529b6 /games/gzdoom/README_versions.txt
parent0332bc851aa8d0889343be7d4cf6f2d3cf19b7b6 (diff)
downloadslackbuilds-56ecb23094e52ff0e1cc4ae2208ea8315f29359a.tar.gz
slackbuilds-56ecb23094e52ff0e1cc4ae2208ea8315f29359a.tar.xz
games/gzdoom: Updated for version 2.1.1.
Diffstat (limited to 'games/gzdoom/README_versions.txt')
-rw-r--r--games/gzdoom/README_versions.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/games/gzdoom/README_versions.txt b/games/gzdoom/README_versions.txt
new file mode 100644
index 0000000000..03aa98c54f
--- /dev/null
+++ b/games/gzdoom/README_versions.txt
@@ -0,0 +1,28 @@
+
+This SlackBuild script can be used to build older versions
+of gzdoom. Supported versions:
+
+1.8.09 - last version to use SDL1 (good for older/slower systems).
+1.9.1 - last version to not require OpenGL 3.0 (good for nouveau).
+2.2.1 - latest version of gzdoom (best choice for fast modern systems).
+
+By default, 2.2.1 is built (as per the .info file). If you'd like to
+try one of the others, download the source, save it in the SlackBuild
+directory, and run gzdoom.SlackBuild with VERSION=1.8.09 or VERSION=1.9.1
+set in the environment. If you use sbopkg, you can create a custom .info
+file, and copy the lines below:
+
+For 1.8.09:
+
+VERSION="1.8.09"
+DOWNLOAD="https://github.com/coelckers/gzdoom/archive/1.8.09.tar.gz"
+MD5SUM="ddc1dd8aef254312031184be6dec21e6"
+
+Note that SDL2 is not required for 1.8.09 (you can remove it from REQUIRES
+in the .info file, if you like).
+
+For 1.9.1:
+
+VERSION="1.9.1"
+DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g1.9.1.tar.gz"
+MD5SUM="0fb38fcf73084f9a798f9d3af643d02e"