Clarify how to write multiple patterns to a file
[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 requirements are OCaml >= 3.10.0, camlp4, ocamldoc, and findlib.
7
8 If you optionally have CIL (http://cil.sourceforge.net/) installed
9 then there are some nice extra tools for converting C header files
10 into matchable OCaml structures.
11
12 To build:
13
14         ./configure
15         make
16
17 Other make targets:
18
19         make test               # build and run the test suite
20
21         make examples           # build the examples
22
23         make print-tests        # print expanded test macros
24         make print-examples     # print expanded example macros
25
26 To install (as root):
27
28         make install