centos installation Libzip

 

wget https://nih.at/libzip/libzip-1.2.0.tar.gz
tar -zxvf libzip-1.2.0.tar.gz
cd libzip-1.2.0
./configure

make && make install

 

(Negligible) Also refer to the latest version of the examiner Net: https: //nih.at/libzip/ libzip need cmake 1.5.0 of 

wget https://libzip.org/download/libzip-1.5.0.tar.gz
tar -zxvf libzip-*
cd libzip*
mkdir build && cd build && cmake .. && make && make install

Guess you like

Origin www.cnblogs.com/guiyishanren/p/11109158.html
Recommended