e6da02d2381d518874ae2c452516423d432d1fc5
[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 Other make targets:
14
15         make test               # build and run the test suite
16
17         make examples           # build the examples
18
19         make print-tests        # print expanded test macros
20         make print-examples     # print expanded example macros
21
22 To install (as root):
23
24         make install