gosu/ruby-app

Use homebrew-portable-ruby

jlnr opened this issue · 1 comments

jlnr commented

Building our own Ruby (libruby*.dylib) just for Gosu is hopeless. I don't have the bandwidth to fix all the issues that pop up. Smarter people have already solved this:

https://github.com/Homebrew/homebrew-portable-ruby/releases

It should be possible to replace all the RVM trickery with just downloading and lipo'ing their Ruby versions.

@jlnr , I have been using your resources in building my Gosu apps via this wrapper. It's fantastic and I'm able to build my own debugging system (outputs error log files if any error occurs upon app closing) while running as the wrapper instead of using Terminal to run it. This is all my big thanks to you for your wonderful hard work!

Now to my question - while I am using a very outdated Gosu version (part of your last gosu wrapper package back in 2019), how do I use this homebrew in creating a wrapper with the latest version of Gosu? What did you mean by the "RVM trickery" and "downloading lipo'ing their Ruby versions"? I would love to know how, so I can stay up-to-date with Gosu.