编写构建脚本的最佳框架
一些基本要求是:
- 基本构建脚本要求,例如从 scm 中提取、复制、编译:)
- Windows、Unix(Solaris、HPUX、AIX)和 Linux 上的兼容性。
我听说过几个不错的选择,例如 scons、ant 等,但想知道您最喜欢的选择是什么?
目前我有 36 个 kornshell 脚本,我需要移植这些脚本,因为即使在 Windows 中的 UNIX 子系统中也无法正确支持 kornshell。
Some of basic requirements are:
- Basic build scripts requirements like pulling from scm, copying, compiling :)
- Compatibility on Windows, Unix (Solaris, HPUX, AIX) and Linux.
I have heard of several good options like scons, ant etc but would like to know what is your favorite choice?
Currently I have 36 kornshell scripts which i need to port as kornshell is not supported properly even in SubSystem for UNIX in windows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的票投给了 cmake。对我来说很重要的是它是一个元构建系统。
Linux 用户使用 eclipse,Windows 用户使用 Visual Studio。
我还考虑了 scons 背后有 python 的全部功能,但如 scons wiki< 中所述/a>:
My vote goes for cmake. It is important for me that it is a meta buildsystem.
Linux users work with eclipse, windows user with visual studio.
I also considered scons with the full power of python behind it but as stated in the scons wiki: