- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: UNIX
- 软件首页: https://github.com/msteveb/autosetup
软件介绍
Autosetup 是一个和 Autoconf 相似的工具,它通过系统的能力和用户配置为构建系统配置响应的环境。Autosetup 拥有轻便、快速、简单和灵活的特点。它值得注意的特性还有以下几个:
轻松检查头文件、功能、以及 C/C++ 类型
轻松支持用户配置选项
基于模板产生文件,如 Makefile.in => Makefile
基于已经确定的功能产生头文件
支持交叉编译
在很多场景下可以替代 autoconf
可以在 Tcl 8.5+、Jim Tcl、C 编译器中运行(使用 Jim Tcl 源代码)
autosetup 用于项目发布 - 不会有版本问题
Autosetup 是特别针对 Unix 系统构建 C/C++ 应用的,尽管它也可以按需要为其他环境进行扩展。
Big Java Late Objects
Horstmann, Cay S. / 2012-2 / 896.00元
The introductory programming course is difficult. Many students fail to succeed or have trouble in the course because they don't understand the material and do not practice programming sufficiently. ......一起来看看 《Big Java Late Objects》 这本书的介绍吧!
