-WIP-electrum-btcp/contrib/build-wine
cryptapus 7361687210 fixed scripts for wine build 2015-10-05 16:43:10 +00:00
..
README Such contact no longer works. 2015-01-08 19:18:44 +01:00
build-electrum-git.sh fixed scripts for wine build 2015-10-05 16:43:10 +00:00
build-electrum.sh remove trailing whitespace from contrib 2013-11-12 21:07:33 -08:00
deterministic.spec fixed scripts for wine build 2015-10-05 16:43:10 +00:00
electrum.nsi remove trailing whitespace from contrib 2013-11-12 21:07:33 -08:00
prepare-wine.sh fixed scripts for wine build 2015-10-05 16:43:10 +00:00

README

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

Usage:
1. Copy content of this directory to /build-wine.
2. Install Wine (version 1.4 or 1.5+ works fine, 1.4.1 has bug).
3. Run "./prepare-wine.sh", it will download all dependencies. When you'll be asked, always leave default settings and press "Next >".
4. By running "./build-electrum.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.