GTK on Windows
From Wiki for RobotCub and Friends
[edit]
Installation
Gtk+ and Gtkmm can be obtained from official web sites. We do not recommend this solution.
Both libraries are available from a single precompiled package here:
http://ftp.gnome.org/pub/GNOME/binaries/win32/gtkmm/2.14/
just get and install the devel package (e.g. gtkmm-win32-devel-2.14.3-2.exe), for convenience click here:
http://ftp.gnome.org/pub/GNOME/binaries/win32/gtkmm/2.14/gtkmm-win32-devel-2.14.3-2.exe
Environment variables:
- Set GTK_BASEPATH and GTKMM_BASEPATH to point to the directory in which you installed the library. The environment variable GTKMM_BASEPATH should have been set already by the installer (but it doesn't harm to check again)
- extend your PATH to include the GTKMM bin directory (this is done also by the installer but check it)

