diff options
author | Lafudoci <chunhsi.tso@gmail.com> | 2018-10-07 09:52:10 +0800 |
---|---|---|
committer | Lafudoci <chunhsi.tso@gmail.com> | 2018-10-07 10:15:30 +0800 |
commit | 0656050f76c8aa9cd8845b0ddcc1df3f3fa378c0 (patch) | |
tree | c43dfa133b299bc0835d49d8ad1fdd77a85e2f68 | |
parent | Merge pull request #4472 (diff) | |
download | monero-0656050f76c8aa9cd8845b0ddcc1df3f3fa378c0.tar.xz |
README: update MSYS2 dependencies for Ledger
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -317,11 +317,11 @@ application. To build for 64-bit Windows: - 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 + 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 To build for 32-bit Windows: - pacman -S mingw-w64-i686-toolchain make mingw-w64-i686-cmake mingw-w64-i686-boost mingw-w64-i686-openssl mingw-w64-i686-zeromq mingw-w64-i686-libsodium + pacman -S mingw-w64-i686-toolchain make mingw-w64-i686-cmake mingw-w64-i686-boost mingw-w64-i686-openssl mingw-w64-i686-zeromq mingw-w64-i686-libsodium mingw-w64-i686-hidapi * Open the MingW shell via `MinGW-w64-Win64 Shell` shortcut on 64-bit Windows or `MinGW-w64-Win64 Shell` shortcut on 32-bit Windows. Note that if you are |