diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-19 18:01:32 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-19 18:01:32 +0000 |
commit | b1509f22892dc98057c750e7fae39ded5cea3b09 (patch) | |
tree | 6bdcc9379ae86339a67022b758575729d1304074 /plugins/MirOTR/gpg.vs/libgcrypt-1.4.6.vs/libgcrypt-1.4.6.vs.readme.txt | |
parent | e7a776a6f5ab323cd9dd824e815846ef268fa7f1 (diff) |
added MirOTR
git-svn-id: http://svn.miranda-ng.org/main/trunk@83 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/gpg.vs/libgcrypt-1.4.6.vs/libgcrypt-1.4.6.vs.readme.txt')
-rw-r--r-- | plugins/MirOTR/gpg.vs/libgcrypt-1.4.6.vs/libgcrypt-1.4.6.vs.readme.txt | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/plugins/MirOTR/gpg.vs/libgcrypt-1.4.6.vs/libgcrypt-1.4.6.vs.readme.txt b/plugins/MirOTR/gpg.vs/libgcrypt-1.4.6.vs/libgcrypt-1.4.6.vs.readme.txt new file mode 100644 index 0000000000..f7adad073b --- /dev/null +++ b/plugins/MirOTR/gpg.vs/libgcrypt-1.4.6.vs/libgcrypt-1.4.6.vs.readme.txt @@ -0,0 +1,60 @@ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+gpgvs
+building gnupg related projects with Visual Studio
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+sub-project: gpg.vs
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ - libgcrypt 1.2.2
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Before building libgcrypt-1.2.2 you have to manually copy
+\libgcrypt-1.2.2\libgcrypt\mpi\generic\mpi-asm-defs.h
+in
+\libgcrypt-1.2.2\libgcrypt\mpi\mpi-asm-defs.h
+because some files include "..\mpi\mpi-asm-defs.h"
+
+There are two workspaces available
+
+- libgcrypt122lib.dsw
+ that builds the static version (no dll) of the library.
+
+- libgcrypt122dll.dsw
+ that builds the dynamic version of the library, and you'll
+ need the libgcrypt*.dll to execute programs
+
+Note: be careful not to mix the two versions
+
+In both libgcrypt workspaces I was not able to compile
+(and you will find the "removed" folder) these files
+- rndegd.c
+- rndlinux.c
+- rndunix.c
+- tiger.c
+
+apart from rndlinux/rndunix, to compile the other two files
+I think I have to modify the original code.
+
+There are the tests too:
+\libgcrypt-1.2.2\test.vs\libgcrypt_1_2_2_tests.dsw
+in the static and dynamic version.
+
+There are two tests that will not build:
+- testapi.c
+ it seems to mee the testapi.c itself is wrong
+- random.c
+ too *nix oriented, should change the code
+
+You will find all compiled obejcts in directories
+\bin.vs\libgcrypt-1.2.2\debug\static
+\bin.vs\libgcrypt-1.2.2\release\static
+\bin.vs\libgcrypt-1.2.2\debug\dll
+\bin.vs\libgcrypt-1.2.2\release\dll
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Authors:
+ Francesco Picasso
+ mr.s0rr0w@gmail.com
+ www.s0rr0w.net
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\ No newline at end of file |