aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLafudoci <chunhsi.tso@gmail.com>2018-10-07 09:52:10 +0800
committerLafudoci <chunhsi.tso@gmail.com>2018-10-07 10:15:30 +0800
commit0656050f76c8aa9cd8845b0ddcc1df3f3fa378c0 (patch)
treec43dfa133b299bc0835d49d8ad1fdd77a85e2f68
parentMerge pull request #4472 (diff)
downloadmonero-0656050f76c8aa9cd8845b0ddcc1df3f3fa378c0.tar.xz
README: update MSYS2 dependencies for Ledger
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d16b21528..bce41f5cf 100644
--- a/README.md
+++ b/README.md
@@ -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