checking for libzip... not found configure: error: Please reinstall the libzip distribution

    xiaoxiao2023-10-26  24

    安装新版本: wget https://libzip.org/download/libzip-1.5.1.tar.gz

    tar -zxvf libzip-1.5.1.tar.gz

    cd libzip-1.5.1

    mkdir build

    cd build

    cmake …

    make && make install

    最新回复(0)