Go to file
Vincent Batts aef8cd22d6
README: add build info
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2024-04-02 12:56:52 -04:00
.clangd clang: help the clang LSP not complain 2024-04-02 10:44:14 -04:00
.gitignore Initial commit 2024-04-02 09:51:56 -04:00
LICENSE Initial commit 2024-04-02 09:51:56 -04:00
Makefile *: add source from drawing example and using gtk builder 2024-04-02 12:53:31 -04:00
README.md README: add build info 2024-04-02 12:56:52 -04:00
builder.ui *: add source from drawing example and using gtk builder 2024-04-02 12:53:31 -04:00
example-3.c *: add source from drawing example and using gtk builder 2024-04-02 12:53:31 -04:00
example-4.c *: add source from drawing example and using gtk builder 2024-04-02 12:53:31 -04:00
main.c main: a grid of buttons 2024-04-02 12:41:32 -04:00

README.md

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

sudo apt install build-essential libgtk-4-dev

build

make