X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=99144f620dda974e7e2b6be45ed74a3befb87b2f;hb=04b7ac2ae61b6b556819d16e45751af6903b9712;hp=d7198b93dfae07e6be5044f1164df41d108b7d44;hpb=b9e8c84588873568b7fdfaeb9beb85466e84c8fa;p=guestfs-browser.git diff --git a/README b/README index d7198b9..99144f6 100644 --- a/README +++ b/README @@ -1,7 +1,5 @@ ->>> This is alpha quality software. Read 'HACKING' and 'TODO'. <<< - 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). @@ -10,15 +8,14 @@ script and it will tell you what's missing). ./configure make -We strongly suggest you run the program like this: - - guestfs-browser [--verbose] --connect qemu:///system -or: - guestfs-browser [--verbose] disk.img - ---verbose enables debug level messages and is recommended. +NOTE: Versions of libguestfs earlier than the those listed below had a +bug in the OCaml bindings which can cause guestfs-browser to crash +(RHBZ#725824, git commit 2b8b3f9794ceb43eabd). If you get random +segfaults, please make sure you are using libguestfs versions: ---connect tells the program which libvirt URI to connect to. + 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) + libguestfs >= 1.8.10 (on stable-1.8 branch) -Note that libguestfs cannot access remote storage, so accessing a -remote libvirt URI will usually not work. +Developers/contributors: Please read the "HACKING" file.