configure: Detect camlp4 and bail if not available.
[guestfs-browser.git] / HACKING
diff --git a/HACKING b/HACKING
index 28b25f7..865ae20 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,6 +1,12 @@
 This document describes the software architecture of the
 guestfs-browser, useful if you want to hack on it.
 
+Patches
+-------
+
+Patches should be sent to the virt-tools mailing list:
+http://www.redhat.com/mailman/listinfo/virt-tools-list
+
 About OCaml
 -----------
 
@@ -8,7 +14,8 @@ First of all about OCaml: Read the tutorial and other resources
 available from this site:
 
   http://caml.inria.fr/
-  http://ocaml-tutorial.org/
+  http://mirror.ocamlcore.org/ocaml-tutorial.org/index.html
+  # http://ocaml-tutorial.org/
 
 If you are using emacs, install tuareg-mode instead of using the
 built-in emacs mode (which sucks).  vi users have a good built-in
@@ -65,7 +72,7 @@ Most modules alias short names for some common libvirt and libguestfs
 modules, eg:
 
   module C = Libvirt.Connect
-  module Q = Queue
+  module G = Guestfs
 
 So when you see a function such as 'C.connect_readonly', it's really
 the function 'connect_readonly' in the [nested] module