Installing GnuPG 1.4.10 on Mac OS X 10.6.2 Snow LeopardEdit

Redirected from Installing GPG 1.4.10 on Mac OS X 10.6.2 Snow Leopard

Installation

$ curl -O ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.10.tar.bz2
$ openssl sha1 gnupg-1.4.10.tar.bz2
$ tar xjvf gnupg-1.4.10.tar.bz2
$ cd gnupg-1.4.10
$ ./configure --disable-asm
$ make && make check
$ sudo make install

Note: As was the case for the previous release (see "Installing GnuPG on Mac OS X 10.6 Snow Leopard") it seems that it is necessary to pass the --disable-asm switch only on newer machines which run in 64-bit mode.