HaXe Using the Library
From dis-Emi-A
To use the library you will need to download the binary version. The term "binary" should not mislead you. This is indeed a series of source files, but many of these sources are generated from various tools; the binary version has all the files prebuilt.
In order to use the core API in your haXe project you simply need to add the path to your haxe command-line. You should add the "lib" directory, such as:
haxe -cp path/to/dhlib/lib ...
Then simply refer to the HaXe Library Tutorials for examples on how to use some of the components of the library.
A recent version of haxe is required, still works now with 1.16, but that will be removed with inline additions, and 1.17 also works (though Nicolas only patched the windows build, so linux users need recompile from CVS).
