[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Creating an exe package for a ruby program (not rubyscript2exe

llothar

3/29/2008 6:42:00 AM

I remember there was a tool from a japanese guy who created real exe
files from ruby programs.
Not a simple hidden unzipper like rubyscript2exe. It stored bytecodes
for ruby source files and was also able to pack DLL's.

Does anyone remember this project. Is it still alive - it was some
years ago that i tried it.
1 Answer

Luis Lavena

3/29/2008 10:25:00 AM

0

On Mar 29, 3:41 am, llothar <llot...@web.de> wrote:
> I remember there was a tool from a japanese guy who created real exe
> files from ruby programs.
> Not a simple hidden unzipper like rubyscript2exe. It stored bytecodes
> for ruby source files and was also able to pack DLL's.
>
> Does anyone remember this project. Is it still alive - it was some
> years ago that i tried it.

I dones't store ruby bytecode, it packs extensions, source files and
everything behind a customize ruby interpreter.

The tool you're commenting is exerb:

http://exerb.sourceforge.jp/ind...

You will require to compile by hand (ruby and the extension) since I
couldn't find an up-to-date version for latests ruby.

HTH,
--
Luis Lavena