LBRY-Vault/contrib/build-wine
SomberNight baebfc03f1
binary builder dockerfiles: update packages
ubuntu no longer serves those older versions
2019-04-12 16:51:35 +02:00
..
docker binary builder dockerfiles: update packages 2019-04-12 16:51:35 +02:00
build-electrum-git.sh build: replace remaining "python setup.py install" with "pip install" 2019-02-02 08:07:48 +01:00
build-secp256k1.sh bump libsecp256k1 version 2019-02-08 16:17:52 +01:00
build.sh build-wine: allow local testing 2018-07-10 13:33:46 +02:00
deterministic.spec fix Revealer in binaries 2019-03-22 15:23:43 +01:00
electrum.nsi icons: instead of symlinks, just mv "icons" dir 2019-02-07 20:01:52 +01:00
prepare-wine.sh wine build: small clean-up in prepare-wine.sh 2019-02-04 20:27:04 +01:00
README.md wine-build: clarify to use docker for reproducible builds. move parts of readme. 2018-08-15 13:22:24 +02:00
sign.sh sign.sh: rm signed dir 2018-07-02 09:19:02 +02:00
unsign.sh sign.sh: rm signed dir 2018-07-02 09:19:02 +02:00

Windows Binary Builds

These scripts can be used for cross-compilation of Windows Electrum executables from Linux/Wine.

For reproducible builds, see the docker folder.

Usage:

  1. Install the following dependencies:
  • dirmngr
  • gpg
  • 7Zip
  • Wine (>= v2)
  • (and, for building libsecp256k1)
    • mingw-w64
    • autotools-dev
    • autoconf
    • libtool

For example:

$ sudo apt-get install wine-development dirmngr gnupg2 p7zip-full
$ sudo apt-get install mingw-w64 autotools-dev autoconf libtool

The binaries are also built by Travis CI, so if you are having problems, that script might help.

  1. Make sure /opt is writable by the current user.
  2. Run build.sh.
  3. The generated binaries are in ./dist.