2018年3月6日
摘要: linux下源码安装步骤 1.配置:configure 2.编译:make 3.安装:make install 指定安装目录:./config -prefix=/path/i/want 或者是: make DESTDIR=/install/directory install 阅读全文
posted @ 2018-03-06 20:32 啊哈咧 阅读(3805) 评论(0) 推荐(0) 编辑