The archives in this directory contain binary shared libraries of the following libraries: - json-c-0.13.1-nodoc.tar.gz - Botan-2.12.1.tar.xz - rnp-20200216.tar.gz (RNP snapshot taken on 2020-02-16) for the following platforms: - Windows 32 bit - Windows 64 bit - Mac OS X - Linux 32 bit - Windows 64 bit ========== DISCLAIMER ========== The shared libraries are distributed according to the licenses of the respective libraries. The source archives are also available in the src subdirectory. NO GUARANTEES ARE GIVEN, NO VIRUS CHECKS WERE MADE, USE AT YOUR OWN RISK. (The mac OS X binaries were built on an unprotected computer.) ===================== Download instructions ===================== If you want the binary files to run, download one of the following files, depending on your platform. You might want to use them with a development version of Thunderbird that has been built using --enable-openpgp (As of February 2020, Thunderbird nightly/daily builds CANNOT yet be used.) Linux 32 bit: tb-linux32-openpgp-so*.tar.bz2 Linux 64 bit: tb-linux64-openpgp-so*.tar.bz2 mac OS X: tb-osx-openpgp-dylib*.tar.bz2 Windows 32 bit: tb-win32-openpgp-dll*.zip Windows 64 bit: tb-win64-openpgp-dll*.zip The archives don't use a folder, they are intended to be extracted into a Thunderbird binary directory. For Linux: cd Downloads # optional: rm -rf thunderbird tar xjf thunderbird-openpgp-build.tar.bz2 cd thunderbird # for 64 bit Linux tar xjf ../tb-linux64-openpgp-so*.tar.bz2 # for 32 bit Linux tar xjf ../tb-linux32-openpgp-so*.tar.bz2 For mac OS X: Open the DMG of the Thunderbird build, drag and drop it to the desktop. In a terminal, execute: cd Desktop/Thunderbird\ Daily.app/Contents/MacOS/ tar xjf $HOME/Downloads/tb-linux(32/64)-openpgp-so*.tar.bz2 For a Windows OS system: Open Thunderbird zip Extract thunderbird folder to desktop Close the Thunderbird zip file. Open the extracted thunderbird folder. In a second file explorer, open the downloaded zip file, either tb-win32-openpgp-dll*.zip if you downloaded 32 bit thunderbird, or tb-win64-openpgp-dll*.zip if you downloaded 64 bit thunderbird. Select all the files listed in the archive, and use Copy Switch to the window showing the thunderbird folder, and use Paste. ======== Comments ======== The DLLs for Windows were cross compiled on a Fedora 28 Linux system using mingw32/mingw64 system packages, compiler version 7.3.0. Three mingw runtime DLLs are required to use the provided DLLs, and are also included in the archive for windows. They were taken from the binary mingw packages. The sources for the mingw runtime DLLs are not distributed with this archive. You could obtain the sources from the Fedora source code archive. ================ Additional files ================ You probably DO NOT need the additional files in the src subdirectory. Also, you probably DO NOT need the files in the all-dist subdirectory. They contain the full set of files produced by executing "make install" for the given libraries, for example the botan, rnp and rnpkeys command line tools.