1

I have a ruby-tk project and I would like to get a standalone binary. I am working on OSX and would like a binary for Windows, OSX, Linux. Is there a tool for that ? I tried ruby2exe, ruby2app, ocra, but none seem to do all of it.

E_net4
  • 27,810
  • 13
  • 101
  • 139
Wonay
  • 1,160
  • 13
  • 35
  • Do you look for one tool to create executables for each system? Or do you have specific problems with one system. (for ocra and tk see http://stackoverflow.com/questions/7510748/ruby-deploying-an-exe-with-ocra-that-contains-the-tk-gui ) – knut Apr 03 '16 at 18:57
  • Yes I want a binary for each platform. One code, every platform. Ocra seem to solve windows but not linux and osx. – Wonay Apr 04 '16 at 00:15

1 Answers1

0

There is Platypus – which, according to its description, “creates native Mac applications from interpreted scripts such as shell scripts or Perl and Python programs.”

But there is no mention of Tk support in its Github repo.

awendt
  • 13,195
  • 5
  • 48
  • 66