OSDN Git Service

add info to READM
[happyabc/happyabc.git] / README.mkdn
1 Scheme compiler for ActionScript3 VM
2 ====================================
3
4 REQUIRES
5 --------
6
7 * ocaml >= 3.10
8 * GODI for 3.10
9 * ExtLib >= 1.5.0
10 * OUnit >= 1.0.0
11
12 ExtLib&OUnit should be installed by GODI.
13
14 BUILD
15 -----
16
17     ($ make test)
18     $ make
19
20 LICENCE
21 -------
22 This promgram is free software; you can distribute it and modify it under MIT Licence.
23
24 AUTHOR
25 ------
26 MIZUNO "mzp" Hiroki (mzp_at_ocaml.jp)