diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2012-07-28 21:31:55 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2012-07-28 21:31:55 +0000 |
commit | 56a8498817931061a6c3f3e7ef88b0057fd3d89a (patch) | |
tree | 0181aaf8d2580a55dd9e2e36abb4c184de98eec1 /plugins/new_gpg/README | |
parent | 63ecf7d328f809a33c40f79952a37390f432e2f7 (diff) |
added new_gpg plugin (PGP encryption via gnupg)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1234 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/new_gpg/README')
-rwxr-xr-x | plugins/new_gpg/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/new_gpg/README b/plugins/new_gpg/README new file mode 100755 index 0000000000..be5551c7ac --- /dev/null +++ b/plugins/new_gpg/README @@ -0,0 +1,6 @@ +* Build Dependencies + 1. boost (http://www.boost.org/) + 2. utf8cpp (http://utfcpp.sourceforge.net/) + 3. c++ compiller (because of miranda have compiled with MSVC, only msvc compiled builds working fine (i have no success with mingw, please report your result :) )) +* Runtime Dependencies + 1. MIranda NG |