autoreconf -i # if using the git version
./configure
make
+
+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:
+
+ 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)