electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 14a1a30b565c2e703a7b2360d20fa5e64cb33796
parent c54372f32485714cd4c056ce8b98baf273077ffa
Author: slush <info@bitcoin.cz>
Date:   Sun,  9 Dec 2012 10:43:38 +0100

Fixed path in README

Diffstat:
Mcontrib/build-wine/README | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/build-wine/README b/contrib/build-wine/README @@ -1,7 +1,7 @@ These scripts can be used for cross-compilation of Windows Electrum executables from Linux/Wine. Usage: -1. Copy content of this directory to / (root) +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.