electrum-bitcoinprivate/contrib/build-wine
slush0 4c02cd2b10 Fixed download URL (from github to electrum.bitcoin.cz) 2013-01-18 13:20:52 +00:00
..
README update paths 2013-01-11 17:32:06 +01:00
archive.patch Linux/Wine based build scripts for Windows executables and installer 2012-12-09 10:40:31 +01:00
build-electrum-git.sh update one more path in windows builder 2013-01-11 17:39:39 +01:00
build-electrum.sh Fixed download URL (from github to electrum.bitcoin.cz) 2013-01-18 13:20:52 +00:00
deterministic.spec Linux/Wine based build scripts for Windows executables and installer 2012-12-09 10:40:31 +01:00
electrum.nsis Installation process requires admin rights 2013-01-07 18:37:26 +00:00
prepare-wine.sh Fixing wineprefix directory cleanup 2013-01-18 13:20:35 +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.

For more information contact: slush <info@bitcoin.cz>