electrum

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

commit 59e457d22c7a873c5c2fc8d9014b22bc201c1e96
parent ec3e0def241dfc4a8b00a3937d892109f1706d15
Author: Jason Bruderer <Lastrellik@gmail.com>
Date:   Mon, 26 Feb 2018 04:17:55 -0700

Update build-wine's README.md (#3972)

* Update build-wine's README.md

Diffstat:
Mcontrib/build-wine/README.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/build-wine/README.md b/contrib/build-wine/README.md @@ -2,7 +2,7 @@ Windows Binary Builds ===================== These scripts can be used for cross-compilation of Windows Electrum executables from Linux/Wine. -Produced binaries are deterministic so you should be able to generate binaries that match the official releases. +Produced binaries are deterministic, so you should be able to generate binaries that match the official releases. Usage: @@ -12,6 +12,7 @@ Usage: - dirmngr - gpg + - 7Zip - Wine (>= v2) @@ -19,8 +20,7 @@ For example: ``` -$ sudo apt-get install wine-development dirmngr gnupg2 -$ sudo ln -sf /usr/bin/wine-development /usr/local/bin/wine +$ sudo apt-get install wine-development dirmngr gnupg2 p7zip-full $ wine --version wine-2.0 (Debian 2.0-3+b2) ```