diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-01-15 14:56:25 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-01-15 14:56:25 +0000 |
commit | bc93d2ba38eb17a45888b97e8bcfd5f0e0bcb57c (patch) | |
tree | 029b65c57c73693a939f9bbb0e8a5a7be78dfaf7 /README | |
parent | c2f2a2c6769be908b25b0946f39770d09bb6ddc9 (diff) | |
download | libguestfs-bc93d2ba38eb17a45888b97e8bcfd5f0e0bcb57c.tar.gz libguestfs-bc93d2ba38eb17a45888b97e8bcfd5f0e0bcb57c.tar.xz libguestfs-bc93d2ba38eb17a45888b97e8bcfd5f0e0bcb57c.zip |
README: Note that po4a is mandatory if compiling from git.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -80,7 +80,9 @@ bindings - (Optional, but highly recommended) perl-libintl for translating perl code. -- (Optional) po4a for translating manpages and POD files. +- po4a for translating manpages and POD files. + This is optional when compiling from the tarball, but mandatory + if you compile from git. - (Optional) PHP, phpize if you want to build the PHP bindings |