2015年7月22日
摘要: 参考:http://www.cnblogs.com/peida/archive/2012/12/11/2812294.html 阅读全文
posted @ 2015-07-22 17:13 dobestself_994395 阅读(742) 评论(0) 推荐(0) 编辑
摘要: ./configure是用来检测你的安装平台的目标特征的。比如它会检测你是不是有CC或GCC,并不是需要CC或GCC,它是个shell脚本。make是用来编译的,它从Makefile中读取指令,然后编译。make install是用来安装的,它也从Makefile中读取指令,安装到指定的位置。mak... 阅读全文
posted @ 2015-07-22 16:59 dobestself_994395 阅读(241) 评论(0) 推荐(0) 编辑