Ruby/Tk and OS X--deployment question

K

Kevin Walzer

I'm learning GUI programming with Ruby/Tk on Mac OS X (10.4.9). How does
one deploy standalone Ruby applications on OS X, especially if you are
not using Ruby-Cocoa? Is there a tool like py2app (Python) that gathers
up the libraries and frameworks and scripts and generates a standalone
app bundle?
 
A

ara.t.howard

I'm learning GUI programming with Ruby/Tk on Mac OS X (10.4.9). How does one
deploy standalone Ruby applications on OS X, especially if you are not using
Ruby-Cocoa? Is there a tool like py2app (Python) that gathers up the
libraries and frameworks and scripts and generates a standalone app bundle?

google rubyscript2exe.

-a
 
M

Morton Goldberg

google rubyscript2exe.

Although the RubyScript2Exe website mentions OS X support, it seems
to be very experimental. How well does it work on OS X?. Can you make
a double-clickable .app package with it?

I have been able to use Automator to make a Finder launchable app
that runs a Ruby/Tk script. I was even able to install my own Finder
icons (.icns) into it. Doing it with Automator is somewhat kludgy and
the resulting package has about a 220 KB footprint, but process is
simple and reliable.

Regards, Morton
 
D

Dave Baldwin

I'm learning GUI programming with Ruby/Tk on Mac OS X (10.4.9). How
does one deploy standalone Ruby applications on OS X, especially if
you are not using Ruby-Cocoa? Is there a tool like py2app (Python)
that gathers up the libraries and frameworks and scripts and
generates a standalone app bundle?


http://www.sveinbjorn.org/platypus

Dave.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top