tUpdate build-wine's README.md (#3972) - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 59e457d22c7a873c5c2fc8d9014b22bc201c1e96
DIR parent ec3e0def241dfc4a8b00a3937d892109f1706d15
HTML 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:
M contrib/build-wine/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
DIR diff --git a/contrib/build-wine/README.md b/contrib/build-wine/README.md
t@@ -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:
t@@ -12,6 +12,7 @@ Usage:
- dirmngr
- gpg
+ - 7Zip
- Wine (>= v2)
t@@ -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)
```