Browse Source

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

* Update build-wine's README.md
3.1
Jason Bruderer 7 years ago
committed by Johann Bauer
parent
commit
59e457d22c
  1. 6
      contrib/build-wine/README.md

6
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)
```

Loading…
Cancel
Save