add build.sh
This commit is contained in:
parent
02f5a26b23
commit
5977be943e
1 changed files with 7 additions and 0 deletions
7
build.sh
Executable file
7
build.sh
Executable 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
|
Loading…
Add table
Reference in a new issue