autosetup

autosetup

autosetup is a tool, similar to autoconf, to configure a build system for the appropriate environment, according to the system capabilities and the user-selected options.
autosetup是类似于autoconf的工具,可以根据系统功能和用户选择的选项为适当的环境配置构建系统。自动设置旨在实现轻巧,快速,简单和灵活。值得注意的功能包括:*轻松检查C / C ++的标头,函数,类型*轻松支持用户配置选项*可以基于模板生成文件,例如Makefile.in => Makefile *可以基于检查的功能生成头文件*出色支持交叉编译*在许多情况下可替换为autoconf *使用Tcl 8.5 +,Jim Tcl或仅使用C编译器运行(使用随附的Jim Tcl源代码!)* autosetup旨在与项目一起分发-没有版本不匹配的问题自动设置特别针对在Unix系统上构建C / C ++应用程序,但是可以根据需要将其扩展到其他环境。
autosetup

分类目录

Haiku版autosetup的替代品

CMake

CMake

CMake是旨在构建,测试和打包软件的一系列工具。