aboutsummaryrefslogtreecommitdiff
path: root/games/gzdoom/README_versions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'games/gzdoom/README_versions.txt')
-rw-r--r--games/gzdoom/README_versions.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/games/gzdoom/README_versions.txt b/games/gzdoom/README_versions.txt
deleted file mode 100644
index 5847cfca2e..0000000000
--- a/games/gzdoom/README_versions.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-
-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.4.0 - latest version of gzdoom (best choice for fast modern systems).
-
-By default, 2.4.0 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="http://urchlay.naptime.net/~urchlay/src/g1.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"