learning-GTK/README.md

18 lines
241 B
Markdown
Raw Permalink Normal View History

# learning-GTK
Found https://docs.gtk.org/gtk4/getting_started.html and figured I would learn a thing.
## prep
I was working from debian 12/bookworm
```shell
sudo apt install build-essential libgtk-4-dev
```
## build
```shell
make
```