ruby-packer
ruby-packer copied to clipboard
32-bit?
Is there support for that architecture? For developing as well as distributing?
There are a lot of 32bit windows desktops being used. We too are interested in deploying apps to 32bit windows computers.
To build 32bit applications rubyc needs a 32bit toolchain. You can build rubyc using your 32bit toolchain then use your 32bit rubyc to build your 32bit app.
Maybe in the future we will add 32bit rubyc.
Thanks for the info @drbrain
I added some basic build instructions to the README