views:

455

answers:

2

I want to use the Gnome GLib in a Windows environment using the free MinGW compiler to develop in C. The problem is, I have absolutely no idea how to compile this library. Would any of you please explain what tools are needed to accomplish this and what instructions need to be followed?

+1  A: 

You need to use MSys, it is downloadable from MinGW site. Using MSys you will be able to compile glib. Check out here:
http://mathieu.carbou.free.fr/wiki/index.php?title=Glib_for_Win32

Andrejs Cainikovs
Nice link, that will definitely help! Thanks.
milan1612
+1  A: 

GLib is available pre-compiled for Windows and has been for ages. http://www.gtk.org/download-windows.html .

tml