From 49e925ab0fad9e8715fb1f932cccba5da28f954f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 2 Apr 2008 08:03:03 +0000 Subject: [PATCH] Added README --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..4f5dfd8 --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +ocaml-bitmatch copyright (C) 2008 Red Hat Inc. +License: LGPLv2+ with OCaml linking exception. + +Please see the doc/ subdirectory for developer documentation. + +The only dependencies are OCaml >= 3.10.0, camlp4, and findlib. + +To build: + + ./configure + make + + make test # optional, to run tests + + make print-tests # optional, to print expanded test macros + make print-examples # optional, to print expanded example macros + +To install, run this as root: + + make install -- 1.8.3.1