• Welcome to Valhalla Legends Archive.
 

Installing GTK+

Started by iNsaNe, September 23, 2009, 03:01 AM

Previous topic - Next topic

iNsaNe

I'm not an advanced GUI designer in C++ and recently discovered GTK+. I'd like to design my programs with that toolkit but I don't know how to install it.

I put all the include and library files into their directories which i thought would be sufficient to get a test program up and running (just #include <gtk/gtk.h>) but apprentyly it isn't.

I've browsed all over the internet for beginner tutorials (that actually make sense to beginners) but have come up with no luck.

Any help would be greatly appreciated.

I use Windows.