Ocra doesn't work with gtk3
Hello In my ruby script I have the simplest gtk3 application (create one window with title), and it works with "ruby gtk3app.rb" my script has require 'gtk3' but when I try to build exe -> ocra gtk3app.rb it Doesn't work
How could I build exe of gtk3 application? Thank you.
gtk3 dependences are almost 500 megabytes. I don't think Ocra is really suitable for this. I suggest trying the innosetup mode instead.
Does it mean ocra cannot create Windows executables for ruby gtk3 apps? If so this is so disappointing :( What about a ruby app using qtbindings ?
I use Ocra to pack FXRuby apps and works like a charm, not sure about qt or gtk.
Why has this been closed?