build and include libsecp256k1 in windows binaries

This commit is contained in:
SomberNight
2018-05-25 15:42:45 +02:00
parent 16e4827e8c
commit 65601e9ec6
5 changed files with 42 additions and 1 deletions
+2 -1
View File
@@ -14,13 +14,14 @@ Usage:
- gpg
- 7Zip
- Wine (>= v2)
- mingw-w64
For example:
```
$ sudo apt-get install wine-development dirmngr gnupg2 p7zip-full
$ sudo apt-get install wine-development dirmngr gnupg2 p7zip-full mingw-w64
$ wine --version
wine-2.0 (Debian 2.0-3+b2)
```