From acf9000252da7f4f3fde693ecc03461007cf0bf9 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 7 Apr 2009 13:08:50 +0100 Subject: Added framework for the language bindings. --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index fe3de961..906da009 100644 --- a/README +++ b/README @@ -39,10 +39,14 @@ Requirements other documentation. - (Optional) OCaml if you want to modify the code or rebuild certain -generated files. +generated files, and also to build the OCaml bindings - (Optional) local Fedora mirror +- (Optional) Perl if you want to build the perl bindings + +- (Optional) Python if you want to build the python bindings + Running ./configure will check you have all the requirements installed on your machine. -- cgit