electrum-bitcoinprivate/contrib/build-wine
ThomasV 5158799689 fix windows build script: pushd and popd require bash 2017-11-29 06:52:12 +01:00
..
README.md Add script for deterministic builds 2017-11-28 00:32:38 +01:00
build-electrum-git.sh windows builds: set timestamps before calling makensis 2017-11-28 18:52:36 +01:00
build.sh fix windows build script: pushd and popd require bash 2017-11-29 06:52:12 +01:00
deterministic.spec windows: build portable version without patching the source 2017-11-28 18:21:59 +01:00
electrum.nsi fix #2325 2017-03-26 09:55:25 -07:00
prepare-hw.sh Add script for deterministic builds 2017-11-28 00:32:38 +01:00
prepare-pyinstaller.sh install patched pyinstaller from my own repo 2017-11-12 20:29:19 +01:00
prepare-wine.sh install patched pyinstaller from my own repo 2017-11-12 20:29:19 +01:00

README.md

Windows Binary Builds

These scripts can be used for cross-compilation of Windows Electrum executables from Linux/Wine. Produced binaries are deterministic so you should be able to generate binaries that match the official releases.

Usage:

  1. Install Wine 2, e.g.
$ sudo apt-get install wine-development
$ sudo ln -sf /usr/bin/wine-development /usr/local/bin/wine
$ wine --version
 wine-2.0 (Debian 2.0-3+b2)

or

$ pacman -S wine
$ wine --version
 wine-2.21
  1. Make sure /opt is writable by the current user.
  2. Run build.sh.
  3. The generated binaries are in dist.