1
0

fix spelling of TREZOR and SatoshiLabs

This commit is contained in:
Pavol Rusnak
2016-01-29 14:58:51 +01:00
parent 58d5215e2e
commit 6ce12ca1dc
6 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ These scripts can be used for cross-compilation of Windows Electrum executables
Usage:
1. Install Wine (tested with wine-1.7.18)
2. Run "./prepare-wine.sh", it will download all dependencies. When you'll be asked, always leave default settings and press "Next >".
3. Run "./prepare-hw.sh" to build support for hardware wallets (trezor)
3. Run "./prepare-hw.sh" to build support for hardware wallets (TREZOR)
4. Run "./build-electrum-git.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.