This commit is contained in:
Tiebe Groosman
2025-04-28 21:39:29 +02:00
commit 4181f835fe
5 changed files with 225 additions and 0 deletions

6
build.sh Executable file
View File

@@ -0,0 +1,6 @@
set -euxo pipefail
python3 ../xovi/util/xovigen.py -o xovi.c -H xovi.h rmfakecloud.xovi
$CC -shared -fPIC main.cpp xovi.c `pkg-config --cflags --libs Qt6Network` -o rmfakecloud.so
scp rmfakecloud.so rm:xovi/extensions.d/