blob: f38d66c72bbcf6393f13cdc1bf14f4bbc5930428 [file] [log] [blame] [view]
Thomas Klausnerb3ee1072013-03-26 18:24:35 +01001To build libzip from the repository using autotools, you need to
2install autoconf, automake, and libtool; then run
Dieter Baronfe4f0da2016-02-17 12:23:10 +01003> autoreconf -fi
Thomas Klausnerb3ee1072013-03-26 18:24:35 +01004
Dieter Baron25c72eb2013-06-09 11:34:22 +02005Afterwards you can run configure as usual.
Thomas Klausnerb3ee1072013-03-26 18:24:35 +01006
7Alternatively, use cmake.