2011/1/30 Ludwig Hügelschäfer <[email protected]>: >> Just need to tidy it up and check in my code. > Thanks a lot!
I am currently in the process of modifying the configure script, but until then the following procedure will work: Check out the MacGPG2 source - may have to make libgcrypt a separate project to avoid pulling entire source in future: git clone https://github.com/GPGTools/MacGPG2.git Change to the libgcrypt directory: cd MacGPG2/source/libgcrypt/ Then run the IDEA build script ./build-IDEA.sh Take note of the warnings that IDEA not recommended and you must ensure you have a valid licence to use the algorithm. Then enter your su password when prompted for the new library to be installed. Run gpg2 --version to check successful: gpg (GnuPG/MacGPG2) 2.0.17 libgcrypt 1.4.6 [..] Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, [..] NB No patented code included - it pulls down a patch from the web and only applies the part necessary to create idea.c Ben _______________________________________________ gpgtools-users mailing list [email protected] FAQ: http://www.gpgtools.org/faq.html Changes: http://lists.gpgtools.org/mailman/listinfo/gpgtools-users Unsubscribe: http://lists.gpgtools.org/mailman/options/gpgtools-users/[email protected]?unsub=Unsubscribe&unsubconfirm=1 This email sent to: [email protected]
