1c7 / VideoList

:us: -> :cn: @糖醋陈皮 翻译的视频列表
https://weibo.com/2004104451
57 stars 11 forks source link

./configure | make | make install #54

Open 1c7 opened 9 years ago

1c7 commented 9 years ago

./configure

检查配置,比如C编译器在哪里,各种要用的东西在哪里,齐不齐全。

make

编译软件 make 命令会运行 Makefile 文件里定义的一系列任务

make install

把程序复制黏贴到正确的路径便于使用

参考资料

https://robots.thoughtbot.com/the-magic-behind-configure-make-make-install http://askubuntu.com/questions/173088/what-does-configure-make-make-install-do http://stackoverflow.com/questions/10961439/why-always-configure-make-make-install-as-3-seperate-steps