diff --git a/ci/deps-endeavouros.sh b/ci/deps-endeavouros.sh new file mode 100755 index 0000000000000000000000000000000000000000..93ee1b95eb04fd381fccb8f4e761ae9a67522d85 --- /dev/null +++ b/ci/deps-endeavouros.sh @@ -0,0 +1,11 @@ +#! /bin/sh +# +# Install dependencies for building on EndeavourOS +# +# There is no docker image for EndeavoudOS, and the live ISO +# for Cassini Nova is KF5 / Qt5 based, but we can build there. +# It even has most of the build-deps already installed. +pacman -Syu --noconfirm git cmake ninja jq +pacman -S --noconfirm gcc yaml-cpp icu +pacman -S --noconfigm extra-cmake-modules +