Browse Source

wine build: update readme

3.2.x
SomberNight 7 years ago
parent
commit
051217d061
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 21
      contrib/build-wine/README.md

21
contrib/build-wine/README.md

@ -14,25 +14,22 @@ Usage:
- gpg - gpg
- 7Zip - 7Zip
- Wine (>= v2) - Wine (>= v2)
- mingw-w64 - (and, for building libsecp256k1)
- mingw-w64
- autotools-dev
- autoconf
- libtool
For example: For example:
``` ```
$ sudo apt-get install wine-development dirmngr gnupg2 p7zip-full mingw-w64 $ sudo apt-get install wine-development dirmngr gnupg2 p7zip-full
$ wine --version $ sudo apt-get install mingw-w64 autotools-dev autoconf libtool
wine-2.0 (Debian 2.0-3+b2)
``` ```
or The binaries are also built by Travis CI, so if you are having problems,
[that script](https://github.com/spesmilo/electrum/blob/master/.travis.yml) might help.
```
$ pacman -S wine gnupg
$ wine --version
wine-2.21
```
2. Make sure `/opt` is writable by the current user. 2. Make sure `/opt` is writable by the current user.
3. Run `build.sh`. 3. Run `build.sh`.

Loading…
Cancel
Save