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.
slush
14a1a30b56
|
12 years ago | |
---|---|---|
.. | ||
README | 12 years ago | |
archive.patch | 12 years ago | |
build-wine.sh | 12 years ago | |
deterministic.spec | 12 years ago | |
electrum.nsis | 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 /electrum-wine.
2. Install Wine (version 1.4 or 1.5+ works fine, 1.4.1 has bug).
3. Run "./build-wine.sh", it will download all dependencies. When you'll be asked, always leave default settings and press "Next >".
6. Build will create three separate versions in dist/ directory. One is "dist/electrum.exe", standalone compressed executable. Second one is directory "dist/electrum" containing uncompressed binaries, useful for comparsion with other builds. Third version is "electrum-setup.exe", NSIS-based installer of Electrum.
7. If you want to rebuild new version of Electrum, just change path to ZIP file in "build-wine.sh" and re-run script with "./build-wine.sh update". It will skip downloading all dependencie
For more information contact: slush <info@bitcoin.cz>