码迷,mamicode.com
首页 > 其他好文 > 详细

make && make install的区别

时间:2019-12-21 18:25:25      阅读:1236      评论:0      收藏:0      [点我收藏+]

标签:size   conf   font   mil   span   一起   ati   就是   config   

./configure 配置环境
make 是编译的意思。就是把源码包编译成二进制可执行文件
make install 就是安装的意思。

make && make install 的意思是:
  • make 与 make install 是两个命令,在你 ./configuration 生成了Makefile之后执行编译安装;
  • 与 && 一起的还有||,不过意思不一样,&&是与,||是或;
  • make && make install 的意思就是在执行完 make 后,如果没有发生错误就执行make install 

参考链接:http://blog.sina.com.cn/s/blog_75afbf420102xov4.html

make && make install的区别

标签:size   conf   font   mil   span   一起   ati   就是   config   

原文地址:https://www.cnblogs.com/huainanhai/p/12077563.html

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