开源代码安装

1 ./configure --help                   # 查看所有编译参数
2 ./configure  --prefix=/usr/local/    # 配置参数
3 make                                 # 编译
4 make install                         # 安装包
5 make clean                           # 清除编译结果

 

posted @ 2019-09-17 10:37  凌空a  阅读(151)  评论(0编辑  收藏  举报