-WIP-electrum-btcp/contrib/build-wine
ThomasV 417cd2581a Merge pull request #2916 from bauerj/windows-35
Update Windows build to Python 3.5 and PyQt5
2017-09-24 09:43:35 +02:00
..
README fix spelling of TREZOR and SatoshiLabs 2016-01-29 14:58:51 +01:00
build-electrum-git.sh Update Windows build to Python 3.5 and PyQt5 2017-09-23 18:18:29 +02:00
deterministic.spec include locale for windows binary 2017-09-24 15:24:52 +09:00
electrum.nsi fix #2325 2017-03-26 09:55:25 -07:00
portable.patch update windows building scripts 2015-10-23 12:51:54 +02:00
prepare-hw.sh build-wine: add trezor version 2017-08-11 07:27:06 +02:00
prepare-wine.sh Update Windows build to Python 3.5 and PyQt5 2017-09-23 18:18:29 +02:00

README

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

Usage:
1. Install Wine (tested with wine-1.7.18)
2. Run "./prepare-wine.sh", it will download all dependencies. When you'll be asked, always leave default settings and press "Next >".
3. Run "./prepare-hw.sh" to build support for hardware wallets (TREZOR)
4. Run "./build-electrum-git.sh". Sources will be packed into three separate versions to dist/ directory:
  * Standalone compressed executable is "dist/electrum.exe"
  * Uncompressed binaries are in "dist/electrum". They're useful for comparsion with other builds.
  * NSIS-based installer of Electrum is "electrum-setup.exe"
7. Everytime you want to rebuild new version of Electrum just change the path to ZIP file in "build-electrum.sh" and re-run the script.