From: Alex Date: 2009-05-20T04:43:10+09:00 Subject: Re: Create an exe with Ruby 1.9.1 --001485f7cb5cb350db046a491ee5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit As far as I know, there's currently no way to generate an exe out of a ruby 1.9 script, short of packing the ruby script into the exe and calling the external ruby interpreter. Since the ruby interpreter runs on windows just fine though, why are you in need of an exe? In the future it may be possible to compile the ruby bytecode into an exe and bundle an interpreter with it, but I'm pretty sure nothing like that exists yet. Alex On Tue, May 19, 2009 at 3:36 PM, Marc-antoine Kruzik wrote: > Hello ! > I'm working on Windows and I'm creating softwares. > > I would create an exe file for a program written in Ruby 1.9.1. > But Rubyscript2exe and Exerb are using Ruby 1.8.7 (or 1.8.6). > > How can I create an exe file working on Windows for anybody ? > Why are they so few informations and librairies to create exe files ? > > 90% of computers in the world are Windows. > Making cool softwares in Ruby will be useless if they can't work on 90% > of computers... > -- > Posted via http://www.ruby-forum.com/. > > --001485f7cb5cb350db046a491ee5--