summaryrefslogtreecommitdiffstats
path: root/games/gzdoom-legacy/README_versions.txt
blob: 56be5eae3d2e6be95b82180f26fae6dce1400a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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.4.0 - latest version of gzdoom 2.x.

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"