summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-03-05 17:55:57 +0000
committerWerner Koch <wk@gnupg.org>2010-03-05 17:55:57 +0000
commit5c0a0af4344df1175104dc95ad63b81dceea2306 (patch)
tree92e56b7ada418b730180f3abd23a92946b9df5ce /README
parent3c85529ffac37cd126cfac860d629040012c51c5 (diff)
downloadlibassuan-5c0a0af4344df1175104dc95ad63b81dceea2306.tar.gz
Add options and documentation for gpgcedev.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index bf6f23f..91cf382 100644
--- a/README
+++ b/README
@@ -13,3 +13,23 @@ category "libassuan".
The primary FTP site is ftp://ftp.gnupg.org/gcrypt/libassuan.
+
+
+Notes for Windows CE:
+----------------------
+
+Libassuan supports WindowsCE (tested with WindowsMobile 6.5). To
+install it, copy libassuan-0.dll into a location where DLL are found
+and install the included gpgcedev driver: First copy "gpgcedev.dll"
+into the root directory, second run the included program gpgcemgr on
+the device: "gpgcemgr --register". This creates the necessary
+registry keys. In case the copy step fails, the driver may still be
+in use: Close all applications using that driver, run "gpgcemgr
+--deactivate" to deactivate the running driver and try again.
+
+Registry keys created by "gpgcemgr --register" are:
+
+ Drivers\\GnuPG_Device\dll -> "gpgcedev.dll"
+ Drivers\\GnuPG_Device\prefix -> "GPG"
+ Drivers\\GnuPG_Device\Index -> 1 (dword)
+