19 lines
215 B
Markdown
19 lines
215 B
Markdown
# 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
|
|
```
|
|
|