Skip to content

RandyKdev/gtk-practice

Repository files navigation

gtk-practice

This repo is to practice building GUI with GTK

Compilation

To compile a gtk application, use the command below

gcc pkg-config --cflags gtk+-3.0 -o output name_of_file.c pkg-config --libs gtk+-3.0

Optionally run this if the gtk 3.0 not found error

export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig

and then this

pkg-config --modversion gtk+-3.0

the above command should print the version of gtk and everything should be fine.

Learning Resources

Glade

About

This repo is to practice building GUI with GTK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published