I am working on a Ruby script that will need to be deployed on systems without a ruby interpreter. It should work on FreeBSD systems that use the ELF format.
I know that there is a ruby2exe project for compiling ruby scripts to work on Windows, but is it easy to do or do it on other operating systems?
source
share