tHowto reflects script refactoring - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e4d63e7cbaec2253ed0f90088edc90317741bd3c DIR parent 14a1a30b565c2e703a7b2360d20fa5e64cb33796 HTML Author: slush <info@bitcoin.cz> Date: Mon, 10 Dec 2012 00:49:35 +0100 Howto reflects script refactoring Diffstat: M contrib/build-wine/README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) --- DIR diff --git a/contrib/build-wine/README b/contrib/build-wine/README t@@ -3,8 +3,11 @@ These scripts can be used for cross-compilation of Windows Electrum executables 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 +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>