Files
purple-electrumwallet/contrib/build-wine/README.md
T

38 lines
815 B
Markdown
Raw Normal View History

2017-11-28 00:30:06 +01:00
Windows Binary Builds
=====================
These scripts can be used for cross-compilation of Windows Electrum executables from Linux/Wine.
For reproducible builds, see the `docker` folder.
2017-11-28 00:30:06 +01:00
2017-11-28 00:30:06 +01:00
Usage:
1. Install the following dependencies:
- dirmngr
- gpg
2018-02-26 04:17:55 -07:00
- 7Zip
- Wine (>= v2)
2018-06-28 20:01:51 +02:00
- (and, for building libsecp256k1)
- mingw-w64
- autotools-dev
- autoconf
- libtool
For example:
2017-11-28 00:30:06 +01:00
```
2018-06-28 20:01:51 +02:00
$ sudo apt-get install wine-development dirmngr gnupg2 p7zip-full
$ sudo apt-get install mingw-w64 autotools-dev autoconf libtool
2017-11-28 00:30:06 +01:00
```
2018-06-28 20:01:51 +02:00
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.
2017-11-28 00:30:06 +01:00
2. Make sure `/opt` is writable by the current user.
3. Run `build.sh`.
4. The generated binaries are in `./dist`.