ruby-packer icon indicating copy to clipboard operation
ruby-packer copied to clipboard

32-bit?

Open arjunmenon opened this issue 8 years ago • 4 comments

Is there support for that architecture? For developing as well as distributing?

arjunmenon avatar Sep 17 '17 10:09 arjunmenon

There are a lot of 32bit windows desktops being used. We too are interested in deploying apps to 32bit windows computers.

ferfebles avatar Nov 24 '17 09:11 ferfebles

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.

drbrain avatar May 09 '18 22:05 drbrain

Thanks for the info @drbrain

ferfebles avatar May 09 '18 22:05 ferfebles

I added some basic build instructions to the README

drbrain avatar May 09 '18 22:05 drbrain