Files
wince/README.md
2022-12-24 20:49:10 -08:00

25 lines
502 B
Markdown

# Wince
A GTK 4 frontend for yelp
## Build
You gotta have blueprint installed
```
pacman -S blueprint-compiler crystal shards libadwaita
```
Then you gotta get an API key from YELP and put it in the file `api_key` at the root of the project
Then you can run the program with
```
crystal run src/gtktest.cr
```
You can build for production with `make` and install with `make install`
## Credits
Marker icon from [Paomedia on iconfinder](https://www.iconfinder.com/icons/299087/marker_map_icon)