Running application without installing interpreter?

Using Dyalog under 'nixes
Post Reply
User avatar
norbertjurkiewicz84
Posts: 62
Joined: Mon Nov 01, 2010 7:26 pm

Running application without installing interpreter?

Post by norbertjurkiewicz84 »

Is it possible to start a Linux runtime interpreter without executing the full installer on the system?

I'd like to have the runtime and application be downloaded, extracted and executed with a bash script.
Vince|Dyalog
Posts: 439
Joined: Wed Oct 01, 2008 9:39 am

Re: Running application without installing interpreter?

Post by Vince|Dyalog »

Hi Norbert,

I shall contact you via support email for this.

Regards,

Vince
Jay|Dyalog

Re: Running application without installing interpreter?

Post by Jay|Dyalog »

Norbert,

You are free to extract the files manually from the .deb or .rpm install package, e.g. with "dpkg-deb -x", put them anywhere you want, and run the "mapl" script to start the interpreter.

I wouldn't say this is an officially supported way to run the interpreter, but as far as I know it should work.

Regards,
Jay.
Post Reply