Plac for GTK4
Plac’s GTK4 application, adhering to Gnome Human Interface Guidline.
Runtime Dependencies
- gtk4
- libadwaita
- librsvg
- libgee
Development Guide
System Requirements
If you installed Nix on your system and enabled Flake, run nix develop and every required dependencies will be installed.
- Zig v0.14
- Vala 0.56
Running application
zig build run
Enable debug logging
Add Plac to G_MESSAGES_DEBUG environment variable:
G_MESSAGES_DEBUG=Plac zig build run