Skip to content
Snippets Groups Projects
Commit cfadf8f9 authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

CI: add a -deps shell script for EndeavourOS

parent ce1ecdba
No related branches found
No related tags found
No related merge requests found
#! /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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment