How to make exe of ruby program on windows?

I tried using Rubyscript2exe.rb
using command prompt i have written rubyscript2exe.rb programname.rb
but it is giving error.
Can someone please help?

···

--
Posted via http://www.ruby-forum.com/.

Try ocra (gem install ocra)

···

I tried using Rubyscript2exe.rb
using command prompt i have written rubyscript2exe.rb programname.rb
but it is giving error.
Can someone please help?

Hi Thanks.
But when i try to install ocra then also I am getting error
http://gems.rubyforge.org/does not appear to be a repository
If you have some idea??

···

--
Posted via http://www.ruby-forum.com/.

search for "distributable_executable"
might be helpful for you

···

--
Posted via http://www.ruby-forum.com/.

Thanks alll...

···

--
Posted via http://www.ruby-forum.com/.

You can also get ocra here : http://rubyforge.org/projects/ocra/

···

Hi Thanks.
But when i try to install ocra then also I am getting error
RubyGems.org | your community gem host not appear to be a repository
If you have some idea??

Which version of Ruby are you running? If you're running 1.8.6 I'll
strongly recommend you to update to either 1.8.7 or 1.9.2, because 1.8.6
is outdated. http://rubyinstaller.org

Vale,
Marvin

···

Am 15.04.2011 13:12, schrieb shilvi parikh:

Hi Thanks.
But when i try to install ocra then also I am getting error
RubyGems.org | your community gem host not appear to be a repository
If you have some idea??

I remember that i saw some time ago a newer tool, which created .exe
files on Windows from Ruby scripts without doing the extraction into
temp directory as orca is doing when running the .exe. I'm unable to
find that tool now. Does anyone else know about that tool i'm
referring to?

Jarmo

···

On Apr 15, 11:15 pm, Roger Pack <rogerpack2...@gmail.com> wrote:

Ruby Talk FAQ · rdp/ruby_tutorials_core Wiki · GitHub

search for "distributable_executable"
might be helpful for you

--
Posted viahttp://www.ruby-forum.com/.

Yes, is called exerb, is not new:

http://exerb.sourceforge.jp/index.en.html

Coming directly from Japan :wink:

But to work with newer RubyInstaller, you will need the MinGW "port"
of it.

A tutorial on getting that working is here:

http://vert.igino.us/2011/01/05/exerb-101-building-windows-executables-with-ruby/

Written by Gordon Thiesfeld, the author of Pik.

···

On Apr 16, 6:50 am, Jarmo Pertman <jarm...@gmail.com> wrote:

I remember that i saw some time ago a newer tool, which created .exe
files on Windows from Ruby scripts without doing the extraction into
temp directory as orca is doing when running the .exe. I'm unable to
find that tool now. Does anyone else know about that tool i'm
referring to?

--
Luis Lavena

Cool. That was the thing.

Thank You, Luis!

Jarmo

···

On Apr 16, 4:25 pm, Luis Lavena <luislav...@gmail.com> wrote:

On Apr 16, 6:50 am, Jarmo Pertman <jarm...@gmail.com> wrote:

> I remember that i saw some time ago a newer tool, which created .exe
> files on Windows from Ruby scripts without doing the extraction into
> temp directory as orca is doing when running the .exe. I'm unable to
> find that tool now. Does anyone else know about that tool i'm
> referring to?

Yes, is called exerb, is not new:

http://exerb.sourceforge.jp/index.en.html

Coming directly from Japan :wink:

But to work with newer RubyInstaller, you will need the MinGW "port"
of it.

A tutorial on getting that working is here:

http://vert.igino.us/2011/01/05/exerb-101-building-windows-executable\.\.\.

Written by Gordon Thiesfeld, the author of Pik.

--
Luis Lavena