aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-05-10 13:19:00 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-05-10 13:19:00 -0500
commitcfa594e595eb11e8746015a7e395d41a44f94724 (patch)
tree249fe60ac2e9c6cd6a09974004f7046f965023cb /README.md
parentabf823e38db11f75f5a1d6b0b0e0104300a59436 (diff)
parent949e774a9f4abe622ce309c98de5221aa8435323 (diff)
downloadmonzero-gui-cfa594e595eb11e8746015a7e395d41a44f94724.tar.gz
monzero-gui-cfa594e595eb11e8746015a7e395d41a44f94724.tar.xz
monzero-gui-cfa594e595eb11e8746015a7e395d41a44f94724.zip
Merge pull request #2155
949e774 msys2: fix windows build with trezor (mmbyday)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3bb6ff69..6e877bcc 100644
--- a/README.md
+++ b/README.md
@@ -207,7 +207,7 @@ The Monero GUI on Windows is 64 bits only; 32-bit Windows GUI builds are not off
3. Install MSYS2 packages for Monero dependencies; the needed 64-bit packages have `x86_64` in their names
```
- pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi
+ pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi mingw-w64-x86_64-protobuf-c mingw-w64-x86_64-libusb
```
Optional : To build the flag `WITH_SCANNER`