Building¶
Requirements¶
- Zig 0.15.2+
- macOS 13+ or Linux with libnotify
Static Library¶
Produces zig-out/lib/libzig_notify.a with the C header at include/zig_notify.h.
With Nix¶
Running Tests¶
Platform Dependencies¶
macOS: Uses UNUserNotificationCenter via ObjC bridge. Links against UserNotifications.framework at final link time.
Linux: Requires libnotify-dev: