开发者

Perl GUI App - Creating Exe

I have written in GUI application in Perl. Now I want to create executable for Windows. I searched and I came to know that we can use Perl2Exe, PerlApp and Par-Packer. But first two are paid. Third one i.e Perl Par are suggested by many people even in this forum. But the problem I didnt know how to use this. I am using Activestate Perl 5.10. I dont find Par-Packer in PPM. I开发者_如何学编程n one of the thread, someone suggested to install Mingw using PPM and the install Par-Packer using cpan. But even I cant install Mingw because I dont find in PPM. So I left with no option. Any suggestions are welcome. Thanks in advance

UPDATE: For people who may end up here, please use Cava Packer if want to create Executable for your perl script.


MinGW isn't a Perl module that you install via PPM, it's a system that would allow you to compile another version of Perl that you'd then use to install Par::Packer.


You can find Par::Packer PPMs in other PPM repositories. The easiest place to find where a PPM can be found is on kobesearch.

The kobesearch listing for Par::Packer shows Version 0.991 PPMs are available at the bribes PPM repository, 1.008 is at Trouchelle, and 0.977 at uwinnepeg.

Just add the Trouchelle repo to your PPM sources list, and you can install easily.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜