OSDN Git Service

update README: omake config
[happyabc/happyabc.git] / README.mkdn
1 Happy ABC: a Scheme compiler for Flash
2 ======================================
3
4 OVERVIEW
5 --------
6 Adobe Flash is greatly usefull and powerfull tools. And more,it could run on
7 many platform. Flash is very good,however, ActionScrpit is *very* dull. I
8 tired for explicit type annotation heavy compiler,and confusing `this` rule.
9
10 Happy ABC is a scheme compiler. This could generate Flash(swf). The main
11 futeres are fast compiler, brief `this` rule.
12
13 Implicit type, e.g. type infer, remains for future work. :D
14
15 PREREQUISITES
16 -------------
17
18 * ocaml 3.10 or latter
19 * omake
20 * findlib
21 * extlib
22 * xml-light
23 * oUnit(for unit test)
24
25 INSTALL
26 -------
27
28 If you type:
29
30    $ omake config
31    $ omake all
32    $ (omake check)
33    $ (sudo) omake install
34
35 then install to a default directory(/usr/local/).
36
37 Or,install to another directory:
38
39    $ omake all
40    $ (omake check)
41    $ (sudo) omake install PREFIX=/path/to/
42
43 DOCUMENTS
44 ---------
45 Not yet. See `example/`.
46
47 AUTHOR
48 ------
49 MIZUNO "mzp" Hiroki (mzp@happyabc.org)
50
51 AVAILABILITY
52 ------------
53 The complete HappyABC distribution can be accessed at this[http://happyabc.org].