From: Emmanuel Oga Date: 2007-01-30T01:41:59+09:00 Subject: Re: executable Rae wrote: > How do you make an executable file in Ruby? What software does one use > with it? If you wish to do an executable in windows envioment, check out http://www.erikveen.dds.nl/rubyscript2exe/index.html. Is not posible to compile ruby to and exe or even to bytecode (like java's jar files), but the solution i pointed you to, generates an exe with the interpreter plus every library your program uses into a single exe. It works pretty well. -- Posted via http://www.ruby-forum.com/.