You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Maran 3fc059f6d1 Small windows build changes 12 years ago
..
README update paths 12 years ago
archive.patch Linux/Wine based build scripts for Windows executables and installer 12 years ago
build-electrum-git.sh Somehow forgot to push my windows build script changes in all my blurness last night 12 years ago
build-electrum.sh Somehow forgot to push my windows build script changes in all my blurness last night 12 years ago
deterministic.spec Small windows build changes 12 years ago
electrum.nsi Make windows build scripts work for Electrum 1.7 12 years ago
prepare-wine.sh update pyinstaller url 12 years ago

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>