~eda-qa/dhlib/main

1 by edA-qa mort-ora-y
first
1
This README is just a simple introduction and links to further information.
2
3
== Installation ==
4
5
If you are reading this it likely means you have already downloaded and
6
unpacked the package.  To use the library within haXe you simply need
7
to add the "lib" path to your classpath.
8
9
  haxe -cp /path/to/dhlib/lib
10
  
11
Refer to the below address for more information:
12
	http://wiki.disemia.com/HaXe_Using_the_Library
13
	
14
== Tutorials ==
15
16
In app-tutorial are several tutorials to get you started.  For full information
17
refer to:
18
	http://wiki.disemia.com/HaXe_Library_Tutorials
19
	
20
Otherwise, here is an example of how to compile the Linear1 tutorial, this
21
assumes you are in the directory of this README file.
22
23
	haxe -cp app-tutorial -cp lib -swf LinearLayout.swf -swf-version 9 -main tutorial.LinearLayout