X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=65f0ebcd7bead0b77213bb4797d5b6aa5142d712;hb=a7d4a69fe520c568ff084c3674753917a96e8a11;hp=4b8ffef6f7fe44f3c00c0b40fa84170cb25f02fb;hpb=c79fc07ff71926b3bf956ff296336f6f71bb3b1e;p=guestfs-browser.git diff --git a/README b/README index 4b8ffef..65f0ebc 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Guest filesystem browser -Copyright (C) 2010 Red Hat Inc. +Copyright (C) 2010-2011 Red Hat Inc. To compile from source, install the prerequisites (run the ./configure script and it will tell you what's missing). @@ -7,3 +7,11 @@ script and it will tell you what's missing). autoreconf -i # if using the git version ./configure make + +Note these minimum versions of libguestfs: + + libguestfs >= 1.13.2 (on development branch) + libguestfs >= 1.12.2 (on stable-1.12 branch) + libguestfs >= 1.10.6 (on stable-1.10 branch) + +Developers/contributors: Please read the "HACKING" file.