OSDN Git Service

UPDATE: Readme
[happyabc/happyabc.git] / README.mkdn
1 Happy ABC: 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 * core >= 0.5.0
11 * OUnit >= 1.0.0(for test)
12 * Ruby(for test)
13
14 PREPARE
15 -------
16 Libraries should be installed by GODI.
17
18     $ sudo godi_console perform -build godi-extlib
19     $ sudo godi_console perform -build godi-janestreet-core
20     $ (sudo godi_console perform -build godi-ounit)
21
22 BUILD
23 -----
24     
25     $ make
26     $ (make test)
27
28 EXAMPLE
29 -------
30 See `example/`.
31
32 LICENCE
33 -------
34 This promgram is free software; you can distribute it and modify it under MIT Licence.
35
36 AUTHOR
37 ------
38 MIZUNO "mzp" Hiroki (mzp_at_ocaml.jp)