19 lines
210 B
Markdown
19 lines
210 B
Markdown
# Wince
|
|
|
|
A GTK 4 frontend for yelp
|
|
|
|
## Build
|
|
|
|
You gotta have blueprint installed
|
|
|
|
```
|
|
pacman -S blueprint-compiler crystal shards libadwaita
|
|
```
|
|
|
|
Then you can test run with
|
|
|
|
```
|
|
crystal run src/gtktest.cr
|
|
```
|
|
|