linux 下通过源代码安装程序 ./configure 解释

大家 都知道在 linux 通过源代码 安装程序   1. 下载源码 2.解压缩 3. 执行 ./configure 4. make  5 make install  make 命令 是对 makefile 文件 操作,make install 是安装命令,那么 ./configure 是 干什么呢? ./configure 其实 就是 生成 makefile 文件 生成 makefile 主要通
相关文章
相关标签/搜索