Thomas Klausner | b3ee107 | 2013-03-26 18:24:35 +0100 | [diff] [blame] | 1 | To build libzip from the repository using autotools, you need to |
| 2 | install autoconf, automake, and libtool; then run |
Dieter Baron | fe4f0da | 2016-02-17 12:23:10 +0100 | [diff] [blame] | 3 | > autoreconf -fi |
Thomas Klausner | b3ee107 | 2013-03-26 18:24:35 +0100 | [diff] [blame] | 4 | |
Dieter Baron | 25c72eb | 2013-06-09 11:34:22 +0200 | [diff] [blame] | 5 | Afterwards you can run configure as usual. |
Thomas Klausner | b3ee107 | 2013-03-26 18:24:35 +0100 | [diff] [blame] | 6 | |
| 7 | Alternatively, use cmake. |