Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 494 Bytes

Haxe_Samples

Installation :

1- Download Installer through http://haxe.org/download/
2- Install Java Compiler command line : haxelib install hxjava
3- Install Cpp Compiler command line : haxelib install hxcpp

Running application :


0- Go through "snippets" repository.
1- haxe build.hxml (-main Main -cpp cpp or "-main Main -java java" for java target)
2- cd java or cpp repository
3- ./Main or java -jar Main.java