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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You need to use MSys, it is downloadable from MinGW site. Using MSys you will be able to compile glib. Check out here: |
|||
|
|
|
GLib is available pre-compiled for Windows and has been for ages: http://www.gtk.org/download/win32.php. |
||||
|
|