Re: EuGTK: Distributing Programs
- Posted by irv Apr 09, 2015
- 1911 views
The Embedded GTK site has GTK2 packages for Windows. GTK.org, on their downloads page, has GTK3, which is what EuGTK needs.
The GTK for Windows packages are pretty large, but installing them isn't too difficult, just unzip into C:/gtk, and then switch to the C:/gtk/bin directory and run 4 setup programs. All that could be done with a batch file.
EuGTK (better get the latest version) will find the dll's there.
If you want to package the entire set together with your program, you can weed out more than 90% of the GTK package, and include only the necessary dlls and the needed setup programs.
Edit: That said, although I've had pretty good luck running EuGTK on Windows, I wouldn't choose it for anything important just yet.