Skip to content

Dependencies

You need to have installed:

  • gtk4
  • gobject-introspection

Package name depends on your distro, however you should be aiming for -dev or -devel versions.

Listed below are some examples for the major distributions:

FreeBSD

# pkg install gtk4 gobject-introspection
# pkg install gtk4 gobject-introspection

NetBSD

# pkg_add gtk4 gobject-introspection
# pkg_add gtk4 gobject-introspection

Fedora

# dnf install gtk4-devel gtk-doc gobject-introspection-devel
# dnf install gtk4-devel gtk-doc gobject-introspection-devel

Debian

# apt install libgtk-4-0 gobject-introspection gir1.2-gtk-4.0
# apt install libgtk-4-0 gobject-introspection gir1.2-gtk-4.0

Arch Linux

# pacman -S gtk4 gobject-introspection
# pacman -S gtk4 gobject-introspection

Released under a Creative Commons Zero v1.0 Universal License