是否可以在 FreeBSD 上运行 Flex SDK 编译器?
我想在我们的 FreeBSD 集成服务器上运行 Flex SDK 编译器工具链,以解决一些令人讨厌的事情,例如必须签入已编译的 Flex 工件(恶心,我知道!)。
这可能吗?有成功案例吗?我需要做什么才能实现它?
值得注意的是,我们拥有并使用经过许可的数据可视化组件,因此我们也需要使用这些组件进行构建的支持。
I'd like to run the Flex SDK compiler toolchain on our FreeBSD integration server to get around some nasty things like having to check in compiled Flex artifacts (yuck, I know!).
Is this possible? Any success stories? What do I need to do to make it happen?
It's worth noting that we have and use the data visualization components under license, so we'll need support for building with those as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请原谅我的无知 - 但 FreeBSD 与其他基于 *nix 的操作系统有根本区别吗?
支持在 *nix 服务器上进行编译,并且运行良好 - 包括编译数据可视化组件。有ant 任务来协助完成此任务。
您可能遇到的唯一问题是在无头服务器上执行 Flex 单元测试,为此您需要 安装 VNCServer。
如果我错过了 FreeBSD 与 Standard Linux 的比较,我深表歉意。从来都不是强项。
Forgive my ignorance here - but does FreeBSD fundamentally differ from other *nix based OS's?
Compiling on *nix servers is supported, and works quite well - including compiling the Data Visualization components. There are ant tasks to assist with this.
The only issues you can run into is executing Flex Unit tests on a headless server, for which you need to install VNCServer.
Apologies if I miss the boat on the FreeBSD vs Standard Linux though. Never been a strength.