Update HACKING document.
[guestfs-browser.git] / README
1 Guest filesystem browser
2 Copyright (C) 2010-2011 Red Hat Inc.
3
4 To compile from source, install the prerequisites (run the ./configure
5 script and it will tell you what's missing).
6
7   autoreconf -i      # if using the git version
8   ./configure
9   make
10
11 NOTE: Versions of libguestfs earlier than the those listed below had a
12 bug in the OCaml bindings which can cause guestfs-browser to crash
13 (RHBZ#725824, git commit 2b8b3f9794ceb43eabd).  If you get random
14 segfaults, please make sure you are using libguestfs versions:
15
16   libguestfs >= 1.13.2  (on development branch)
17   libguestfs >= 1.12.2  (on stable-1.12 branch)
18   libguestfs >= 1.10.6  (on stable-1.10 branch)
19   libguestfs >= 1.8.10  (on stable-1.8 branch)
20
21 Developers/contributors: Please read the "HACKING" file.