© 1999-2048 dssz.net 粤ICP备11031372号
[Linux] zip30 unzip60 源码下载以及编译,以及自定义交叉编译方法
说明:下载文件后解压可得到 unzip60.tar.gz 和 zip30.tar.gz 两个文件。 编译zip30.tar.gz: tar -zxvf zip30.tar.gz cd zip30 make -f unix/Makefile generic 编译完成后当前目录存在zip可运行文件, 若要自定义交叉编译工具,比如在嵌入式系统运行,则只要修改 unix\Makefile文件下的: #CC = cc 这句屏蔽 并修改对应的路径 CC = /home/mipsel-unknown-li<colson_liao> 上传 | 大小:2mb