Just in case i need to remember the steps in the future, so i will save it here.
TODO list:
- download (http://haxe.org/download/) and install haxelib to C:\HaxeToolkit
- open cmd.exe
- run command: haxelib setup
- run command: haxelib install kha
- create folder anywhere.
- navigate to your project folder using cmd.exe
- run command: haxelib run kha --init
- it will create few folders and files inside your project folder.
- run any of these commands while you are in your project folder:
- haxelib run kha windows
- haxelib run kha ios
- haxelib run kha android
- haxelib run kha android-native
- haxelib run kha html5
- haxelib run kha flash
- it will build project files for popular IDEs. (FlashDevelop, Visual Studio, etc.)
- open created project file with popular IDE.
- build again.
- Probably automate it in some way.