Compiling or building an application with green shoes

I am learning ruby and shoes and started to building a simple
GUI application. I am wondering how I can kind of "compile/package" my
simple application for distribution. I'm currently using LINUX:

1 - I would like to be able to distribute the application, if possible, to
other platforms that do not have ruby install. Can this be done?

2 - Can I install the application on a Windows platform?

Thank you

···

--
Ruby Student

Hi Ruby Student,

Green Shoes is just a gem written by pure ruby.
So, your application will be able to run on Windows, too.
But, ruby install is necessary.

Regards,
ashbb

I don't know whether green shoes works with the OCRA gem, but it might
be worth a look.

···

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

Got it. Thank you!

···

On Wed, Jun 5, 2013 at 8:25 AM, ashbb <ashbbb@gmail.com> wrote:

Hi Ruby Student,

Green Shoes is just a gem written by pure ruby.
So, your application will be able to run on Windows, too.
But, ruby install is necessary.

Regards,
ashbb

--
Ruby Student

Will do.

Thank you

···

On Wed, Jun 5, 2013 at 11:23 AM, Joel Pearson <lists@ruby-forum.com> wrote:

I don't know whether green shoes works with the OCRA gem, but it might
be worth a look.

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

--
Ruby Student

Team,

I got it that *green shoes* is a Ruby gem and you need Ruby to use it. That
said, however, I was wondering.......

Since *jruby* can be *packaged* using the* *"magic" of Java, and since *green
shoes* is a Ruby gem, can I use the *jruby/green_shoes* combination to
create and package my application? If I am not mistaken, there is a way to
build a jruby package (jar?) or something to that effect. Any comments?

Thank you

···

On Wed, Jun 5, 2013 at 12:02 PM, Ruby Student <ruby.student@gmail.com>wrote:

Will do.

Thank you

On Wed, Jun 5, 2013 at 11:23 AM, Joel Pearson <lists@ruby-forum.com>wrote:

I don't know whether green shoes works with the OCRA gem, but it might
be worth a look.

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

--
Ruby Student

--
Ruby Student