~eda-qa/dhlib/main

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This README is just a simple introduction and links to further information.

== Installation ==

If you are reading this it likely means you have already downloaded and
unpacked the package.  To use the library within haXe you simply need
to add the "lib" path to your classpath.

  haxe -cp /path/to/dhlib/lib
  
Refer to the below address for more information:
	http://wiki.disemia.com/HaXe_Using_the_Library
	
== Tutorials ==

In app-tutorial are several tutorials to get you started.  For full information
refer to:
	http://wiki.disemia.com/HaXe_Library_Tutorials
	
Otherwise, here is an example of how to compile the Linear1 tutorial, this
assumes you are in the directory of this README file.

	haxe -cp app-tutorial -cp lib -swf LinearLayout.swf -swf-version 9 -main tutorial.LinearLayout