diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-05-10 13:19:00 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-05-10 13:19:00 -0500 |
| commit | cfa594e595eb11e8746015a7e395d41a44f94724 (patch) | |
| tree | 249fe60ac2e9c6cd6a09974004f7046f965023cb /README.md | |
| parent | abf823e38db11f75f5a1d6b0b0e0104300a59436 (diff) | |
| parent | 949e774a9f4abe622ce309c98de5221aa8435323 (diff) | |
| download | monzero-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |
