Added computed offset field
[ocaml-bitstring.git] / README
diff --git a/README b/README
index 4f5dfd8..d0c8b13 100644 (file)
--- a/README
+++ b/README
@@ -1,20 +1,28 @@
 ocaml-bitmatch copyright (C) 2008 Red Hat Inc.
 License: LGPLv2+ with OCaml linking exception.
 
-Please see the doc/ subdirectory for developer documentation.
+Please see the html subdirectory for developer documentation.
 
-The only dependencies are OCaml >= 3.10.0, camlp4, and findlib.
+The only requirements are OCaml >= 3.10.0, camlp4, ocamldoc, and findlib.
+
+If you optionally have CIL (http://cil.sourceforge.net/) installed
+then there are some nice extra tools for converting C header files
+into matchable OCaml structures.
 
 To build:
 
        ./configure
        make
 
-       make test               # optional, to run tests
+Other make targets:
+
+       make test               # build and run the test suite
+
+       make examples           # build the examples
 
-       make print-tests        # optional, to print expanded test macros
-       make print-examples     # optional, to print expanded example macros
+       make print-tests        # print expanded test macros
+       make print-examples     # print expanded example macros
 
-To install, run this as root:
+To install (as root):
 
        make install