Skip to content

Releases: cculianu/Electron-Cash-Build-Tools

Electron Cash build tools as of 11/7/2019

12 Jun 08:56
08b93ee
Compare
Choose a tag to compare
  • Contains some of the WINE build dependencies we use in Electron Cash building. Note some of these are no longer used by latest Electron Cash but will continue to be hosted here to be able to build older versions.

  • Contains the libQt5MultimediaGstTools.so we need to package with our Linux AppImage build because PyQt5 5.11 forgot to package this file!

  • Pre-compiled libzbar.0.dylib for macOS as I couldn't figure out how to get it to build on Brew (but it builds ok on MacPorts). Note the libzbar.0.dylib.xz is the original version for EC before 4.0.7, and v0.23-libzbar.0.dylib.xz is for EC 4.0.7+ builds.

  • Libusb from Brew for El Capitan -- this is in case they discontinue it and/or stop hosting it.

  • PyInstaller3.4_recompiled_bootloader.tar.gz -- This is indentical to PyInstaller 3.4 from PyPI but we recompiled the bootloader (runw.exe). We use this patched pyinstaller which has rebuilt windows bootloader exe's because the PyInstaller from PyPI was always getting false antivirus detections so we had to recompile the bootloader to avoid this.

  • pyscard-1.9.9-cp36-cp36m-macosx_10_11_x86_64.whl and pyscard-1.9.9-cp36-cp36m-win32.whl -- This is for Satochip support on macOS and Windows. These are pre-built wheels (with binary smarcard lib inside) for macOS El Capitan+, Python 3.6 and Windows 32-bit Python 3.6. This makes it easier for the build scripts for OSX and Windows to install the pyscard module without needing swig@3 installed and other nonsese. The build scripts just download this wheel which contains the pre-built binary and sources for pyscard (smartcard module).