... 解压到当前目录 tar -zxvf libzip-1.5.1.tar.gz # 配置& 安装 cd libzip-1.5.1 mkdir build cd build cmake .. make && make install ...
確定! 回上一頁