Re: Ruby App Distribution - RUBY
This is a discussion on Re: Ruby App Distribution - RUBY ; Note: parts of this message were removed by the gateway to make it a legal Usenet post.
I should have mentioned this in the last email. I'd like to find something platform independent too. I use Linux personally, but I'd ...
-
Re: Ruby App Distribution
Note: parts of this message were removed by the gateway to make it a legal Usenet post.
I should have mentioned this in the last email. I'd like to find something platform independent too. I use Linux personally, but I'd like it to work on Windows, Mac OS X, and of course Linux.
Adam Shelly <adam.shelly@gmail.com> wrote: On 12/4/07, Joe L wrote:
> I don't see how RubyScript2Exe would work when it's a virtual machine. Would it package the entire virtual machine inside the exe?
>
I don't know all the internals, but essentially, yes. It collects
everything needed to run your script into a self-extracting executable
format.
It has worked great for me in the past, I was able to make a
standalone app which included an FXRuby UI and web support. It was a
pretty large executable, but ran perfectly on an otherwise ruby-free
laptop.
-Adam
---------------------------------
Never miss a thing. Make Yahoo your homepage.
-
Re: Ruby App Distribution
Joe L wrote:
> I should have mentioned this in the last email. I'd like
> to find something platform independent too. I use Linux
> personally, but I'd like it to work on Windows, Mac OS X,
> and of course Linux.
If you want one single distribution that works on all platforms without
having Ruby installed, you have to go with the jar approach (which of
course requires Java to be installed).
Here's a screen cast on the subject, released today:
http://koontzfamily.org/david/videos...cast_0.1.1.mov
Best regards,
Jari Williamsson
Similar Threads
-
By Application Development in forum RUBY
Replies: 7
Last Post: 12-07-2007, 12:36 AM
-
By Application Development in forum RUBY
Replies: 2
Last Post: 12-06-2007, 12:46 AM
-
By Application Development in forum RUBY
Replies: 2
Last Post: 12-05-2007, 08:04 AM
-
By Application Development in forum RUBY
Replies: 3
Last Post: 12-04-2007, 02:52 PM
-
By Application Development in forum RUBY
Replies: 31
Last Post: 09-12-2007, 11:05 PM