Wampserver 上的 GnuPG
你能告诉我如何在 wampserver 上安装和使用 GnuPG 吗?我真的很想要那个。
我希望这个问题能在 stackoverflow 下找到。如果没有,请关闭此,但请不要投票给我:(
Can you please tell me how do I install and use GnuPG on wampserver ? I seriously want that.
I hope this question comes under stackoverflow. If not please close this but please dont downvote me :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在此处获取作为 PECL 包的 GnuPG: http://pecl.php.net/package/gnupg< /a>
看起来你需要自己编译它。它带有一个 config.m4 文件,因此您可能需要使用自动工具(cygwin?)。
有关如何安装它的说明如下:
http://www.php.net/manual/en/install。 pecl.windows.php
听起来你只需要把编译的.dll放在正确的目录中即可。
您还需要安装 GnuPGME: http://www.gnupg.org/gpgme.html
php.net 上的一位评论者无法安装它,因此它可能无法正常工作。
You can get GnuPG as a PECL package here: http://pecl.php.net/package/gnupg
It looks like you'll need to compile it yourself though. It comes with a config.m4 file, so you'll probably want to use autotools (cygwin?).
Instructions on how to install it are here:
http://www.php.net/manual/en/install.pecl.windows.php
It sounds like you just have to put the .dll you compile in the correct directory.
You'll also need to install GnuPGME: http://www.gnupg.org/gpgme.html
One of the commenters on php.net wasn't able to get it to install, so it might not work anyway..