thetek42/zig-gobject-template
A sample application illustrating how to use zig-gobject. – ⚠️ MIRROR OF https://git.tjdev.de/thetek/zig-gobject-template ⚠️
This is a sample application illustrating how to use zig-gobject.
grep -r --exclude-dir=zig-out --exclude-dir=.zig-cache "zig-gobject-template"`
find -name "*zig-gobject-template*" -not -path "./zig-out/*" -not -path "./.zig-cache/*"
zig build
zig build run
Since building natively on Windows does not work paricularly well, you need to cross-compile the application from Linux:
# fetch required libraries dependencies (only required the first time)
sh fetch-windows-libs.sh
# cross-compile to windows
zig build -Dtarget=x86_64-windows