Where do I put mxmlc so that I could just type 'mxmlc' in the terminal to compile a swf file?
- by john2x
I'm on a Mac and I'm trying to make a Vim plugin for compiling/running actionscript files.
First, I need to run mxmlc on the command line, but to do that I have to keep on typing the path to it. Where do I place it so that I don't have to retype the path?