Outline of documentation.
[ocaml-bitstring.git] / README
1 ocaml-bitmatch copyright (C) 2008 Red Hat Inc.
2 License: LGPLv2+ with OCaml linking exception.
3
4 Please see the html subdirectory for developer documentation.
5
6 The only dependencies are OCaml >= 3.10.0, camlp4, ocamldoc, and findlib.
7
8 To build:
9
10         ./configure
11         make
12
13         make test               # optional, to run tests
14
15         make print-tests        # optional, to print expanded test macros
16         make print-examples     # optional, to print expanded example macros
17
18 To install, run this as root:
19
20         make install