aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLafudoci <chunhsi.tso@gmail.com>2018-10-10 10:54:59 +0800
committerLafudoci <chunhsi.tso@gmail.com>2018-10-10 10:54:59 +0800
commitbdb1251cfa897181e7b1a4a430348891e8f7fa0f (patch)
tree8ca24c63592bb2fa49125cdffbb93a9267353864
parentf0cd704fadfa593e23d99b44d83112e48070a30d (diff)
downloadmonzero-gui-bdb1251cfa897181e7b1a4a430348891e8f7fa0f.tar.gz
monzero-gui-bdb1251cfa897181e7b1a4a430348891e8f7fa0f.tar.xz
monzero-gui-bdb1251cfa897181e7b1a4a430348891e8f7fa0f.zip
README: update MSYS2 dependencies for Ledger
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ef0b349f..c24b9eca 100644
--- a/README.md
+++ b/README.md
@@ -191,7 +191,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
+ 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
```
You find more details about those dependencies in the [Monero documentation](https://github.com/monero-project/monero). Note that that there is no more need to compile Boost from source; like everything else, you can install it now with a MSYS2 package.