commit | b3ee107da406dc8d8986cf8aaaed911e72d979ab | [log] [tgz] |
---|---|---|
author | Thomas Klausner <tk@giga.or.at> | Tue Mar 26 18:24:35 2013 +0100 |
committer | Thomas Klausner <tk@giga.or.at> | Tue Mar 26 18:24:35 2013 +0100 |
tree | ccc84ddc346d635b8ddf807f514696df8379651c | |
parent | c624f7b38c9dcf90a16b9600e7539b307b9d67ab [diff] [blame] |
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.