mirror of
https://github.com/t2linux/calamares-eos-t2-legacy.git
synced 2026-08-16 05:18:28 -07:00
CI: add a -deps shell script for EndeavourOS
This commit is contained in:
Executable
+11
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user