How to run project on mac using command terminal

I’ve transfer my existing project from window to mac, Now, i what to run it. Im using sublime text 3…My file location ~/desktop/folder/myproject. how to run it on commandline?

Try opening the Terminal, then cd ~/desktop/folder/myproject and openfl test html5 or openfl test flash or openfl test mac, whatever you prefer :slight_smile:

Thanks sing… i can finally work on mac now…

1 Like

You might also like trying Visual Studio Code, we have a Lime extension that should let you do builds using the “Run Test Task” command :slight_smile:

If you want to try it:

The extension should open up if you open a Lime or OpenFL project, you can select the target platform, the build configuration, add additional flags, and build :slight_smile: