Releases: ZellyDev-Games/OpenSplit
0.0.3
0.0.3
Automated release for tag 0.0.3.
Which Linux build should I download?
Pick the archive that matches your WebKitGTK runtime:
- Distros with WebKitGTK 4.1: use the
*-x11-webkit2_41*build - Distros with WebKitGTK 4.0: use the
*-x11-webkit2_40*build
Note: these only work with X11 at the moment, Wayland support coming soon.
You can check your system with one of these one-liners:
Debian/Ubuntu:
if dpkg -s libwebkit2gtk-4.1-0 >/dev/null 2>&1; then
echo "Use: *-x11-webkit2_41*"
elif dpkg -s libwebkit2gtk-4.0-37 >/dev/null 2>&1; then
echo "Use: *-x11-webkit2_40*"
else
echo "No WebKitGTK 4.0/4.1 runtime found. On Ubuntu 24.04+: sudo apt install libwebkit2gtk-4.1-0"
echo "On Ubuntu 22.04: sudo apt install libwebkit2gtk-4.0-37"
fiGeneric (no dev packages required):
if ldconfig -p 2>/dev/null | grep -q 'libwebkit2gtk-4\.1\.so'; then
echo "Use: *-x11-webkit2_41*"
elif ldconfig -p 2>/dev/null | grep -q 'libwebkit2gtk-4\.0\.so'; then
echo "Use: *-x11-webkit2_40*"
else
echo "Could not detect WebKitGTK 4.0/4.1 runtime on this system."
fiNote: Linux builds require running under Xorg (we ship
-tags x11). Wayland global hotkeys aren’t supported.
0.0.2
0.0.2
Automated release for tag 0.0.2.
Which Linux build should I download?
Pick the archive that matches your WebKitGTK runtime:
- Distros with WebKitGTK 4.1: use the
*-x11-webkit2_41*build - Distros with WebKitGTK 4.0: use the
*-x11-webkit2_40*build
Note: these only work with X11 at the moment, Wayland support coming soon.
You can check your system with one of these one-liners:
Debian/Ubuntu:
if dpkg -s libwebkit2gtk-4.1-0 >/dev/null 2>&1; then
echo "Use: *-x11-webkit2_41*"
elif dpkg -s libwebkit2gtk-4.0-37 >/dev/null 2>&1; then
echo "Use: *-x11-webkit2_40*"
else
echo "No WebKitGTK 4.0/4.1 runtime found. On Ubuntu 24.04+: sudo apt install libwebkit2gtk-4.1-0"
echo "On Ubuntu 22.04: sudo apt install libwebkit2gtk-4.0-37"
fiGeneric (no dev packages required):
if ldconfig -p 2>/dev/null | grep -q 'libwebkit2gtk-4\.1\.so'; then
echo "Use: *-x11-webkit2_41*"
elif ldconfig -p 2>/dev/null | grep -q 'libwebkit2gtk-4\.0\.so'; then
echo "Use: *-x11-webkit2_40*"
else
echo "Could not detect WebKitGTK 4.0/4.1 runtime on this system."
fiNote: Linux builds require running under Xorg (we ship
-tags x11). Wayland global hotkeys aren’t supported.
Nightly
Which Linux build should I download?
Pick the archive that matches your WebKitGTK runtime:
- Distros with WebKitGTK 4.1: use the
*-x11-webkit2_41*build - Distros with WebKitGTK 4.0: use the
*-x11-webkit2_40*build
Note: these only work with X11 at the moment, Wayland support coming soon.
You can check your system with one of these one-liners:
Debian/Ubuntu:
if dpkg -s libwebkit2gtk-4.1-0 >/dev/null 2>&1; then
echo "Use: *-x11-webkit2_41*"
elif dpkg -s libwebkit2gtk-4.0-37 >/dev/null 2>&1; then
echo "Use: *-x11-webkit2_40*"
else
echo "No WebKitGTK 4.0/4.1 runtime found. On Ubuntu 24.04+: sudo apt install libwebkit2gtk-4.1-0"
echo "On Ubuntu 22.04: sudo apt install libwebkit2gtk-4.0-37"
fiGeneric (no dev packages required):
if ldconfig -p 2>/dev/null | grep -q 'libwebkit2gtk-4\.1\.so'; then
echo "Use: *-x11-webkit2_41*"
elif ldconfig -p 2>/dev/null | grep -q 'libwebkit2gtk-4\.0\.so'; then
echo "Use: *-x11-webkit2_40*"
else
echo "Could not detect WebKitGTK 4.0/4.1 runtime on this system."
fiNote: Linux builds require running under Xorg (we ship
-tags x11). Wayland global hotkeys aren’t supported.