码迷,mamicode.com
首页 > 系统相关 > 详细

Linux Autotools

时间:2016-05-14 15:24:18      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:

/**********************************************************************
 *                          Linux Autotools
 * 说明:
 *     我们经常会需要下载那些开源软件,当然有时候我们自己也会写一下软件
 * 作为开源软件,但是每次看到开源软件里面一堆的文件都不知道是怎么回事,
 * 其中很多东西都是很标准的,但不知道是怎么生成的,原来是使用Autotools
 * 来生成的。
 *
 *                                  2016-5-14 深圳 南山平山村 曾剑锋
 *********************************************************************/

参考文档:
    1. GNU Autotools的使用方法
        http://blog.csdn.net/scucj/article/details/6079052
    2. 2 An Introduction to the Autotools
        http://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html
    3. Autotools Tutorial for Beginners
        http://markuskimius.wikidot.com/programming:tut:autotools/
    4. Building a GNU Autotools Project
        http://inti.sourceforge.net/tutorial/libinti/autotoolsproject.html

 

Linux Autotools

标签:

原文地址:http://www.cnblogs.com/zengjfgit/p/5492456.html

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