wine build: update readme
This commit is contained in:
@@ -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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user