https://github.com/openfl/openfl/wiki/Get-Started
git clone https://github.com/openfl/openfl-native
git clone https://github.com/haxenme/NME nme
git clone https://github.com/haxenme/nmedev
haxelib dev openfl-native openfl-native
haxelib dev nme nme
haxelib dev nmedev nmedev
To rebuild binaries for a platform, use "openfl rebuild", such as:
openfl rebuild windows
openfl rebuild windows,blackberry
openfl rebuild linux -64
openfl rebuild android -debug
The default "rebuild" will compile all binaries. You can add "-debug" and "-release" and other flags to specify that you only want to rebuild one kind of binary. You can separate multiple build targets using commas.
There is also a "-rebuild" flag you can use with other commands, for fast testing:
openfl test windows -rebuild