首页 > 其他 > 详细

make && make install的区别

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

./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的区别

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!