slave: Use slightly modified event_callback.
[guestfs-browser.git] / README
1 Guest filesystem browser
2 Copyright (C) 2010-2015 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 these minimum versions of libguestfs:
12
13   libguestfs >= 1.32     (on stable-1.32 branch)
14   libguestfs >= 1.31.12  (on development branch)
15
16 Developers/contributors: Please read the "HACKING" file.