Archive for May, 2005

How to Install MTASC on Linux

Friday, May 6th, 2005

Steps :

download open source flash compiler MTASC
open archive with type:
tar -xzf mtasc-1.04-linux.tgz
copy mtasc some your bin folders, in my case this is /usr/local/bin type:
cp mtasc /usr/local/bin
go to /usr/local/bin type:
cd /usr/local/bin
change permission type:
chmod 755 mtasc
and now when type:
mtasc
you must see this
mtasc
Motion-Twin ActionScript2 Compiler 1.04 - (c)2004-2005 Motion-Twin
Usage : mtasc.exe [options]
Options :
-pack
: compile […]