Perl 到 Linux 上的静态可执行文件
我想创建一个静态可执行文件,它将从 Linux 机器(ubutu 10.04)在 Windows 机器上运行。
到底有没有这样做?
谢谢,
I want to create a static executable that will run on a windows machine from a linux machine (ubutu 10.04).
Is there anyway of doing so??
thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有 Perl2Exe 来自 http://www.indigostar.com/perl2exe.php 。不贵,但是必须在windows下运行。
10-1 这些程序将在 Wine 中很好地运行,因为它们将使用 Windows 中非常基本的东西。
让我们知道结果如何。
There is Perl2Exe from http://www.indigostar.com/perl2exe.php . It is not expensive, but you have to run in windows.
10-1 these programs will run nicely in Wine as they will be using very basic stuff from Windows.
Let us know how it plays out.
不。有人尝试让 PAR 创建另一个操作系统的可执行文件,但据我所知,它还没有完成。您可以尝试在 Windows 虚拟机内创建 PAR 可执行文件。安装 Strawberry Perl 和 PAR::Packer。
No. There was an attempt to make PAR create executables for another OS but, AFAIK, it was not finished. You can try creating PAR executable in Windows inside virtual machine. Install Strawberry Perl and PAR::Packer.
pl2exe 怎么样? ?它是用 Perl 编写的,因此它应该可以在 Linux 上正常工作,并且仍然生成 Windows exe。
What about pl2exe? It's written in Perl so it should work fine on Linux and still produce a windows exe.