add build.sh

This commit is contained in:
Penelope Gwen 2025-02-26 04:55:34 +00:00
parent 02f5a26b23
commit 5977be943e

7
build.sh Executable file
View file

@ -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