orcaslicer/linux.d
Dima Buzdyk aa22b7f220
build on systems with libwebkit2gtk-4.1 (#5135)
Linux distros started removing libwebkit2gtk-4.0 libriry from their
repos. Ubuntu Noble (24.04) is one of them.

Modify debian/ubuntu deps to install libwebkit2gtk-4.1 if
no libwebkit2gtk-4.0 available
2024-06-29 12:15:48 +08:00
..
arch rework of Linux build scripts (#4850) 2024-04-11 22:11:31 +08:00
debian build on systems with libwebkit2gtk-4.1 (#5135) 2024-06-29 12:15:48 +08:00
fedora rework of Linux build scripts (#4850) 2024-04-11 22:11:31 +08:00
README.md rework of Linux build scripts (#4850) 2024-04-11 22:11:31 +08:00

Files in this directory are named for the exact output of awk -F= '/^ID=/ {print $2}' /etc/os-release for their respective distribution.

When BuildLinux.sh is executed, the respective file for the distribution will be sourced so the distribution specific instructions/logic are used.