README: add build info
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
ddfb728687
commit
aef8cd22d6
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue