GnuPG-2.1.15 compile with tofu

murphy mac3iii at gmail.com
Thu Sep 8 01:04:43 CEST 2016


FYI - On a clean, fresh installation of Ubuntu 16.04 LTS the following
instructions will result in gnupg 2.1.15 with a functioning tofu:

cd ~/Downloads
wget https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.1.15.tar.bz2
wget https://gnupg.org/ftp/gcrypt/pinentry/pinentry-0.9.7.tar.bz2
tar xf gnupg-2.1.15.tar.bz2
tar xf pinentry-0.9.7.tar.bz2
cd gnupg-2.1.15
sudo apt-get update
sudo apt-get install libldap2-dev -y
sudo apt-get install gtk+-2 -y
sudo apt-get install rng-tools -y
sudo apt-get install libbz2-dev -y
sudo apt-get install zlib1g-dev -y
sudo apt-get install libgmp-dev -y
sudo apt-get install nettle-dev -y
sudo apt-get install libgnutls-dev -y
sudo apt-get install libsqlite3-dev -y
sudo apt-get install adns-tools -y
sudo apt-get install libreadline-dev -y
sudo make -f build-aux/speedo.mk native INSTALL_PREFIX=/usr/local
cd ..
cd pinentry-0.9.7
./configure
make
sudo make install
sudo ldconfig

After executing the above (it can be done as a bash file) reboot.  I
hope this saves people some time.  The same format with slight changes
will compile new versions.  If there are errors let me know but it does
work.  --Murphy

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL: </pipermail/attachments/20160907/e8579bc3/attachment.sig>


More information about the Gnupg-users mailing list