How to distribute a GTK+ application on Windows?
问题 I have installed GTK+ (specifically GTK3) via MSYS and MinGW on Windows. I now want to copy the GTK+ dlls to my application directory so that it can be run on a computer without a global GTK+ installation. Which dlls are required for GTK+ to operate? 回答1: You have some hints on the Windows page of the GTK+ website. This is the section named Building and distributing your application . It features a blog post about distributing a GTK+ application on Windows. The solution proposed there is to