aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-01-11 12:15:55 -0500
committerluigi1111 <luigi1111w@gmail.com>2023-01-11 12:15:55 -0500
commit3e17445a4de8cf0ebe02dab1f77bd6b056ca4eb8 (patch)
treed1b6b9069f3a0f7008352b47d3581b056ad53ef7
parentfc077fa54e401157330d46e5d10b344a843b133d (diff)
parent4cc6bcbd7d21dc12ffeed0efdf3fff86c4cccc03 (diff)
downloadmonzero-gui-3e17445a4de8cf0ebe02dab1f77bd6b056ca4eb8.tar.gz
monzero-gui-3e17445a4de8cf0ebe02dab1f77bd6b056ca4eb8.tar.xz
monzero-gui-3e17445a4de8cf0ebe02dab1f77bd6b056ca4eb8.zip
Merge pull request #4082
4cc6bcb README: add unbound for Windows (selsta)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee56ff15..07d9b175 100644
--- a/README.md
+++ b/README.md
@@ -319,7 +319,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 mingw-w64-x86_64-protobuf-c mingw-w64-x86_64-libusb mingw-w64-x86_64-libgcrypt
+ 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 mingw-w64-x86_64-libgcrypt mingw-w64-x86_64-unbound
```
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.