如何创建带有额外捆绑模块的便携式草莓?

发布于 2024-10-14 10:19:21 字数 326 浏览 1 评论 0原文

便携式草莓 Perl 是天赐之物——我可以将它与实际脚本一起捆绑到 NSIS 安装程序中,并让用户双击它。但是,我仍然需要在每个用户的计算机上手动安装脚本所需的 CPAN 模块。

有没有一种便携式方法可以将 cpan 模块“注入”到草莓 Perl 的便携式版本中?

将便携式草莓放在开发机器上,通过 CPAN 安装模块,然后重新压缩以进行分发是一个好主意吗? (我想如果我这样做,我需要将安装位置修复为 c:\custom-perl 或其他位置)。有人知道更直接的方法吗?我想我应该将 cpan 命令编写到安装程序中,但如果用户不必等待安装程序 20 分钟以上(这是编译所有依赖项所需的时间),那就太好了。

The portable strawberry perl is a godsend-- I can bundle it into an NSIS installer along with the actual scripts and have the user double click it. However, I'm still having to install CPAN modules that our scripts need, manually on each user's computer.

Is there a portable way to 'inject' cpan modules into strawberry perl's portable version?

Would it be a good idea to take the portable strawberry on a development machine, install modules via CPAN, and re-zip it for distribution? (I imagine I'd need to fix the install location to c:\custom-perl or something if I do this). Anyone know of a more direct way? I suppose I should script the cpan commands into the installer, but it would be nice if the user didn't have to wait 20 minutes+ for the installer (which is how long it takes to compile all dependencies).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南巷近海 2024-10-21 10:19:21

我认为如果您使用 CPAN 工具之一(cpan/cpanp/cpanm),它应该可以很好地安装到 Z:\\perl\site\lib 然后您可以打包整个事情都起来了。

I think if you use one of the CPAN tools (cpan/cpanp/cpanm) it should install just fine to Z:\<strawberry path>\perl\site\lib and then you can pack the whole thing up.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文