2014年(12)
发布时间:2014-09-04 09:36:24
UPDATE NOTES: 格式发上来就乱了,上传一个*.txt文件,Unix格式,UTF-8编码。[Well, I know that I'm definitely a git newbie, but since there may be something useful...]87, git & kernel notes([FYI]a> Google Talk: Linus Torvalds on git http://www.youtube.com/watch?v=4XpnKHJAok8b> Goog.........【阅读全文】
发布时间:2014-09-04 09:35:26
Automake/Autoconf入门 作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便。一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自由软件惯例的Makefile就不那么容易了。 在本文中,将给大家介绍如何使用autoconf和automake两.........【阅读全文】