From: Gavin Sinclair Date: 2002-10-09T12:03:00+09:00 Subject: Re: share ruby small app Not much choice, I'm afraid. If it's small and not too dependent on Ruby magic, you could write it in another language in order to compile it. If the end-users' PCs have Perl installed, there's a likely target. Otherwise, consider installing Ruby! Can't hurt that much, can it? :) Others will hopefully comment on a rb2c project that will allow you to compile your script, but it's beyond my experience. Gavin From: "Pe�a, Botp" > I have created a small ruby script/utility. This script accepts as input a > file and outputs a second file. > > My problem is that I am having difficulty sharing my script to users. Do I > need to compile it to executable? I do not want to install ruby on > end-users' pc.... > > tips pls... > > Thank you for any suggestion. > -botp >