问题描述
您能告诉我如何在wampserver上安装和使用GnuPG吗?我很想要那个.
Can you please tell me how do I install and use GnuPG on wampserver ? I seriously want that.
我希望这个问题能在stackoverflow下解决.如果没有,请关闭此按钮,但请不要对我投票:(
I hope this question comes under stackoverflow. If not please close this but please dont downvote me :(
推荐答案
您可以在此处将GnuPG作为PECL软件包获得: http://pecl.php.net/package/gnupg
You can get GnuPG as a PECL package here: http://pecl.php.net/package/gnupg
看起来您需要自己进行编译.它带有config.m4文件,因此您可能要使用自动工具(cygwin?).
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?).
有关如何安装它的说明在这里: http://www.php.net/manual/en/install. pecl.windows.php
Instructions on how to install it are here:http://www.php.net/manual/en/install.pecl.windows.php
听起来您只需要将编译的.dll放在正确的目录中即可.
It sounds like you just have to put the .dll you compile in the correct directory.
您还需要安装GnuPGME: http://www.gnupg.org/gpgme. html
You'll also need to install GnuPGME: http://www.gnupg.org/gpgme.html
php.net上的一位评论者无法安装它,因此它可能仍然无法正常工作.
One of the commenters on php.net wasn't able to get it to install, so it might not work anyway..
这篇关于Wampserver上的GnuPG的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!