OSDN Git Service

add test case for use_network option
[happyabc/happyabc.git] / README.mkdn
1 Happy ABC: a Scheme compiler for Flash 9/10
2 ===========================================
3
4 OVERVIEW
5 --------
6 Happy ABC is a scheme compiler for Flash 9/10. Main features is following:
7
8 1. Faster than official compiler(mxmlc), because written by OCaml.
9 2. NO ActionScript!
10
11 PREREQUISITES
12 -------------
13
14 * ocaml 3.11 or latter
15 * omake
16 * findlib
17 * extlib
18 * xml-light
19 * oUnit(for unit test)
20 * hevea
21
22 INSTALL
23 -------
24
25 If you type:
26
27     $ omake config
28     $ omake all
29     $ (omake check)
30     $ (sudo) omake install
31
32 then install to a default directory(/usr/local/).
33
34 Or,install to another directory:
35
36     $ omake config PREFIX=/path/to/
37     $ omake all
38     $ (omake check)
39     $ (sudo) omake install
40
41 DOCUMENTS
42 ---------
43 Not yet. See `example/`.
44
45 LICENCE
46 -------
47 pa_oo.ml is written by Jacques Garrigue. and modified by OGASAWARA Satoshi., license is BSD.
48
49 pa_openin.ml is written by Alain Frisch., licence is Public Domain.
50
51 Other codes is written by MIZUNO Hiroki., licence is MIT Licence.
52
53 AUTHOR
54 ------
55 MIZUNO "mzp" Hiroki (mzp@happyabc.org)
56
57 AVAILABILITY
58 ------------
59 The complete HappyABC distribution can be accessed at this[http://happyabc.org].