README: add build info

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-04-02 12:56:52 -04:00
parent ddfb728687
commit aef8cd22d6
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
1 changed files with 13 additions and 0 deletions

View File

@ -2,3 +2,16 @@
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
```