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

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -