linux - Flex: Fails to compile .as files -


i've installed flex sdk 4.6 in ubuntu through this guide.

there ~/helloworld.as .

i'm trying compile :

$ mxmlc ~/helloworld.as 

but fails compile , :

mxmlc: command not found 

please tell me missing here ?

try following command before using mxmlc.

$ sudo chmod +x /opt/flex/bin/mxmlc 

Comments

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -