twine build: update readme - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 051217d061eb8ca3356d6d5448f10d663593806e
DIR parent 3b5d0cc9748b6cb14baf312e1d9f43488e6a4bdd
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Thu, 28 Jun 2018 20:01:51 +0200
wine build: update readme
Diffstat:
M contrib/build-wine/README.md | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
---
DIR diff --git a/contrib/build-wine/README.md b/contrib/build-wine/README.md
t@@ -14,25 +14,22 @@ Usage:
- gpg
- 7Zip
- Wine (>= v2)
- - mingw-w64
+ - (and, for building libsecp256k1)
+ - mingw-w64
+ - autotools-dev
+ - autoconf
+ - libtool
For example:
-
```
-$ sudo apt-get install wine-development dirmngr gnupg2 p7zip-full mingw-w64
-$ wine --version
- wine-2.0 (Debian 2.0-3+b2)
+$ sudo apt-get install wine-development dirmngr gnupg2 p7zip-full
+$ sudo apt-get install mingw-w64 autotools-dev autoconf libtool
```
-or
-
-```
-$ pacman -S wine gnupg
-$ wine --version
- wine-2.21
-```
+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.
2. Make sure `/opt` is writable by the current user.
3. Run `build.sh`.