From 59e457d22c7a873c5c2fc8d9014b22bc201c1e96 Mon Sep 17 00:00:00 2001 From: Jason Bruderer Date: Mon, 26 Feb 2018 04:17:55 -0700 Subject: [PATCH] Update build-wine's README.md (#3972) * Update build-wine's README.md --- contrib/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 index b63485e8..6c289282 100644 --- 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) ```