I’m thinking about distributing a application (a game, to be more
specific) written in Ruby using the GTK+ library and ruby-gtk. Is
there a way that I could distribute my application without having to
distribute Ruby along? Or there’s any other option I do not know about?
My application is meant to be used in any OS, so any hints for any OS
would be helpful.
I’m thinking about distributing a application (a game, to be more
specific) written in Ruby using the GTK+ library and ruby-gtk. Is
there a way that I could distribute my application without having to
distribute Ruby along? Or there’s any other option I do not know about?
My application is meant to be used in any OS, so any hints for any OS
would be helpful.
Thank you in advance,
André
I’ve been thinking a lot about this myself. This is the best I’ve come up
with so far for Unix/Linux/Mac OS X:
Distribute a copy of ruby and all necessary libraries with your
program.
–
Daniel Carrera, Math PhD student at UMD. PGP KeyID: 9AF77A88
.-“~~~”-. On the menu of a Swiss restaurant:
/ O O \ “Our wines leave you nothing to hope for”
: s :
\ _/ / Sign outside a Hong Kong tailor shop:
`-._.-’ “Ladies may have a fit upstairs”
I’m thinking about distributing a application (a game, to be more
specific) written in Ruby using the GTK+ library and ruby-gtk. Is
there a way that I could distribute my application without having to
distribute Ruby along? Or there’s any other option I do not know about?
My application is meant to be used in any OS, so any hints for any OS
would be helpful.
I’m thinking about distributing a application (a game, to be more
specific) written in Ruby using the GTK+ library and ruby-gtk. Is
there a way that I could distribute my application without having to
distribute Ruby along? Or there’s any other option I do not know about?
My application is meant to be used in any OS, so any hints for any OS
would be helpful.
yes, I have the same problem. I try to use only the features that are
present in the standard ruby distribution,
that’s why I used Tk at first. But there is still people that have
difficulties with installing tk with ruby under linux.
And I still didn’t found someone able to run my application under
MacOsX.
jf
On Tue, 19 Aug 2003 03:28:15 +0900, Andre Wagner wrote:
I’m thinking about distributing a application (a game, to be
more specific) written in Ruby using the GTK+ library and
ruby-gtk. Is there a way that I could distribute my
application without having to distribute Ruby along? Or
there’s any other option I do not know about?