有没有人推荐一个人在构建C项目时如何开始使用autotools?
发布于 2009-11-17 10:01:56
沿着autotools tutorial行驶。
您还可以获得autobook。第4章介绍了一个最小的GNU autotools项目。
发布于 2009-11-21 22:09:17
Alexandre Duret-Lutz的教程是我选择的资源。
此外,还包括:
对我来说,autobook不再是最新的,也更难读了。然而,它仍然包含像Writing Portable Bourne Shell这样有趣的章节。
此外,考虑了解non-recursive automake,它解决了Peter Miller在他的Recursive Make Considered Harmful文章中提出的问题。
编辑:作为参考,还有Autotools Tutorial for Beginners。
发布于 2009-11-17 14:02:13
我会推荐this tutorial,并在the book发布时获得它。这个教程真的帮了我很多,它甚至包含了从一个现有的(非平凡的)项目到自动工具的一步一步的转换。
https://stackoverflow.com/questions/1746135
复制相似问题