From 5977be943e650ec66d316c9abbef41c06f00ce49 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 26 Feb 2025 04:55:34 +0000 Subject: [PATCH] add build.sh --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 00000000..786a6917 --- /dev/null +++ b/build.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +apt-get update +apt-get -y build-dep . +mkdir -p subprojects/scenefx +wget -qO- 'https://github.com/wlrfx/scenefx/archive/refs/tags/0.2.1.tar.gz' | tar -xz --strip-components=1 -C subprojects/scenefx +dpkg-buildpackage -b