Add README.hg describing how to build from the repository.
diff --git a/README.hg b/README.hg
new file mode 100644
index 0000000..23bdabd
--- /dev/null
+++ b/README.hg
@@ -0,0 +1,7 @@
+To build libzip from the repository using autotools, you need to
+install autoconf, automake, and libtool; then run
+	autoreconf -fi
+
+Afterwards you can run configure like usual.
+
+Alternatively, use cmake.