aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-02-25 04:12:17 +0100
committertobtoht <tob@featherwallet.org>2025-02-25 13:35:05 +0100
commit413c0db7c03c8dbf2b232387fdd1e899e73ed3d7 (patch)
treedf6384d465e2d2589cc6640c06f9065c3a811171 /README.md
parent521fee91cd59c7186eade07b2464a28d17715bfe (diff)
downloadmonzero-gui-413c0db7c03c8dbf2b232387fdd1e899e73ed3d7.tar.gz
monzero-gui-413c0db7c03c8dbf2b232387fdd1e899e73ed3d7.tar.xz
monzero-gui-413c0db7c03c8dbf2b232387fdd1e899e73ed3d7.zip
ci: fix MSYS2 build
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 16fa8a97..32759045 100644
--- a/README.md
+++ b/README.md
@@ -309,7 +309,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 mingw-w64-x86_64-unbound mingw-w64-x86_64-pcre
+ 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 mingw-w64-x86_64-pcre mingw-w64-x86_64-angleproject
```
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.