# gtktest Crystal GTK test application ## Build You gotta have blueprint installed ``` pacman -S blueprint-compiler crystal shards libadwaita ``` Then you can test run with ``` crystal run src/gtktest.cr ```