有关autoconf,automake,libtool等官方文档和指南
autoconf 官方文档:http://www.gnu.org/software/autoconf/manual/autoconf.html
autoconf中文:
http://www.linuxforum.net/books/autoconf.html
automake 官方文档:
http://www.gnu.org/software/automake/manual/automake.html
automake中文:
http://www.linuxforum.net/books/automake.html
libtool 官方文档:
http://www.gnu.org/software/libtool/manual/libtool.html
make 官方文档:
http://www.gnu.org/software/make/manual/make.html
m4 官方文档:
http://www.gnu.org/software/m4/manual/m4.html
Autoconf, Automake and Libtool 指南
http://sources.redhat.com/autobook/autobook/autobook_toc.html
如果觉得上面这些文档让你头疼,那么有个捷径:
GNOME 平台 IDE Anjuta build 指南
http://library.gnome.org/users/anjuta-build-tutorial/2.26/index-info.html.en
最后引用 Anjuta build 指南中的说法,可以按照下面的顺序去阅读:
English<div class="block list itemizedlist">
[*]First, you can take a look at the Autoconf, Automake, Libtool, make and M4 manuals.
[*]The Autobook explains in details how the Autotools work.
[*]Amongst the various GNU development tools you are told about, here are Autoconf and Automake.
[*]Here and here are two other tutorials about Autotools.
页:
[1]