码迷,mamicode.com
首页 > 系统相关 > 详细

[整理]Linux下的源码安装步骤及其功能解释

时间:2018-02-07 12:04:21      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:环境   down   默认   under   amp   源代码编译   功能   body   查看   

源码的安装一般由3个步骤组成:配置(./configure)、编译(make)、安装(make install)。
这时最常用的命令就是这三个——./configure && make && make install

./configure是用来检查环境变量以及配置编译选项
make是用来将源代码编译成二进制文件
make install则是将make编译出来的文件安装到指定位置(或默认位置)

深入理解查看这篇:http://www.jinbuguo.com/linux/understand_package_install.html

[整理]Linux下的源码安装步骤及其功能解释

标签:环境   down   默认   under   amp   源代码编译   功能   body   查看   

原文地址:https://www.cnblogs.com/everfight/p/configure_make_makeinstall.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!