2009/11/23 Marvin Gülker <sutniuq / gmx.net>:
> Sajjad Seyyed wrote:
>> Thank you
>> but whats is this ocra ? how i can find it?
>> where is the ocra?
>> please tell meeeeeeeeeee
>
> Do this in a command line:
> gem update --system
> gem install ocra
> cd "X:\path\to your\script's directory"
> ocra yourscript.rb
>
> That
> 1. updates your RubyGems software
> 2. installs the ocra gem
> 3. Changes your working directory to your script's directory
> 4. Compiles your script to an executable file.
>


I'm also interested in this.
Can ocra handle the complicated scripts?
For example, a ruby script which includes many external libraries.

Thank you.