summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-07 13:08:50 +0100
committerRichard Jones <rjones@redhat.com>2009-04-07 13:08:50 +0100
commitacf9000252da7f4f3fde693ecc03461007cf0bf9 (patch)
treebe2a75846b3b28aa781f47f2ab9419fe833f05ee /README
parentdfb90f793a40d38da47ee1b604ed0a73a05281d0 (diff)
downloadlibguestfs-acf9000252da7f4f3fde693ecc03461007cf0bf9.tar.gz
libguestfs-acf9000252da7f4f3fde693ecc03461007cf0bf9.tar.xz
libguestfs-acf9000252da7f4f3fde693ecc03461007cf0bf9.zip
Added framework for the language bindings.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
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.