diff options
| author | mmbyday <mmbyday@protonmail.com> | 2019-05-02 23:16:06 -0700 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2019-05-02 23:16:53 -0700 |
| commit | 949e774a9f4abe622ce309c98de5221aa8435323 (patch) | |
| tree | e91ef923348186e2097ebaadfb9e260d548c4245 /README.md | |
| parent | 97cd215491a44c753ee1450712b3b8d93efdcc37 (diff) | |
| download | monzero-gui-949e774a9f4abe622ce309c98de5221aa8435323.tar.gz monzero-gui-949e774a9f4abe622ce309c98de5221aa8435323.tar.xz monzero-gui-949e774a9f4abe622ce309c98de5221aa8435323.zip | |
msys2: fix windows build with trezor
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` |
