|
|
|
|
|
by Alifatisk
715 days ago
|
|
> It first build miniruby with is single selfcontained binary having all core ruby functionality. > For basic stuff. Also, its very easy to build static ruby containing all extra stuff you care about, like Win32 API for example. Wow, this reminds me abit of MRuby. So I could basically ship a script with the self-contained ruby executable instead of having to force users to install Ruby on their machine?
How can I get ahold of miniruby? Or is there any resource somewhere that I can dig into? |
|
Hard to say about new Ruby versions like 3.x or even 2.x. 1.8.x have pretty simple building process, just grab the old source. You can use --enable-static builds there. Miniruby is build by default, always, because its part of building process.
Also, if you are platform are you targeting? Win32 only?