Installing gtk and compiling using gcc under windows?
        Posted  
        
            by sil3nt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sil3nt
        
        
        
        Published on 2009-09-20T06:30:12Z
        Indexed on 
            2010/04/10
            8:03 UTC
        
        
        Read the original article
        Hit count: 302
        
I have gcc installed in c:/programfiles (also set as a path variable), and i have all the necessary files for gtk from http://www.gtk.org/download-windows.html, glib,gtk,pango,atk and cairo. Although I have no clue as to how to compile a c program using gtk with the gcc compiler. How do I set everything up so that it works?. (I don't know where each zip file goes.?) basically I don't really know where start.
© Stack Overflow or respective owner