mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-13 23:43:03 +00:00
Fix Arch Linux dependency installation The arch dependency script listed packages that are no longer available in current Arch/CachyOS repositories: - gstreamermm: removed from official repos (AUR only) and not referenced anywhere in the OrcaSlicer build; the build uses plain gstreamer. - webkit2gtk: replaced upstream by webkit2gtk-4.1. Also switch the install command from `pacman -Syy` to `pacman -Syu` to avoid the partial-upgrade pattern that Arch officially discourages on a rolling-release distro. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files in this directory are named for the exact output of awk -F= '/^ID=/ {print $2}' /etc/os-release for their respective distribution.
When build_linux.sh is executed, the respective file for the distribution will be sourced so the distribution specific instructions/logic are used.