|
From: Mark M. <mie...@gm...> - 2012-06-21 13:30:43
|
On Thu, Jun 21, 2012 at 2:09 AM, Roger Bilau <sf...@bi...> wrote: > If a compiler is not available: what is the minimum ooRexx environment that is needed to distribute an ooRexx script? The easiest way is to just distribute the ooRexx installation package with your script(s). All the Linux and Windows installers work well and are relatively, (relative these days,) small. You could strip everything out and just distribute the needed binaries with your script. But, "needed" depends on what extensions you use in the script and what platform(s) you are distributing to. You gain very little from trying to distribute a minimal environment, unless you have some special needs. First you would have to specify which platforms you are distributing to and exactly which extensions, if any, your script is using. -- Mark Miesfeld |