configure: Detect camlp4 and bail if not available.
[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 these minimum versions of libguestfs:
12
13   libguestfs >= 1.13.2  (on development branch)
14   libguestfs >= 1.12.2  (on stable-1.12 branch)
15   libguestfs >= 1.10.6  (on stable-1.10 branch)
16
17 Developers/contributors: Please read the "HACKING" file.