-WIP-electrum-btcp/contrib/build-wine
Jon Layton 5325f842ab Merge commit '82e88cb' into test 2018-02-24 20:21:58 -06:00
..
README.md Add instruction to install dirmngr to Wine README 2017-12-06 18:12:02 +01:00
build-electrum-git.sh Merge commit '82e88cb' into test 2018-02-24 20:21:58 -06:00
build.sh Allow to build older commits 2017-12-12 23:07:07 +01:00
deterministic.spec Using current directory as home for build 2018-01-24 23:44:34 -06:00
electrum.nsi Merge pull request #3495 from bauerj/testnet-shortcut 2017-12-11 19:46:36 +01:00
prepare-hw.sh update hw wallet versions 2018-01-07 15:13:59 +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 the following dependencies:
  • dirmngr
  • gpg
  • Wine (>= v2)

For example:

$ sudo apt-get install wine-development dirmngr gnupg2
$ 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 gnupg
$ 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.