diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-13 18:32:03 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-13 18:32:03 +0100 |
commit | b3f11c5f62f725fa3f09452b38d52dba764f80d0 (patch) | |
tree | 6f1ebeb0d33d0e7cf027be217e75624f47097864 /README | |
parent | f968f6c36fda3bb66cd37cd56de250c29afa7698 (diff) | |
download | libguestfs-b3f11c5f62f725fa3f09452b38d52dba764f80d0.tar.gz libguestfs-b3f11c5f62f725fa3f09452b38d52dba764f80d0.tar.xz libguestfs-b3f11c5f62f725fa3f09452b38d52dba764f80d0.zip |
Lots, mainly Python bindings.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -40,13 +40,15 @@ Requirements - perldoc (pod2man, pod2text) to generate the manual pages and other documentation. -- (Optional) OCaml if you want to modify the code or rebuild certain -generated files, and also to build the OCaml bindings +- (Optional) OCaml if you want to rebuild the 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. |