LBRY-Vault/contrib/build-wine
2018-10-12 11:44:34 +02:00
..
docker build-wine: update git version (#4769) 2018-10-12 11:44:34 +02:00
build-electrum-git.sh build-wine: fix locale path 2018-09-14 14:37:14 +02:00
build-secp256k1.sh wine build: towards deterministic libsecp - strip debug symbols 2018-06-28 22:05:13 +02:00
build.sh build-wine: allow local testing 2018-07-10 13:33:46 +02:00
deterministic.spec include plugins in win/mac binaries 2018-09-04 17:06:42 +02:00
electrum.nsi Windows: Update copyright notice in installed apps 2018-10-05 16:39:41 +02:00
prepare-wine.sh contrib: bump pyinstaller to 3.4 2018-09-14 14:29:19 +02: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.