aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-09-14 22:22:28 -0500
committerluigi1111 <luigi1111w@gmail.com>2023-09-14 22:22:28 -0500
commitcc7d7da346edecad1cd55e807f0923f5cdf943f3 (patch)
treeb334e46946315adbb1b4297fc0af64effd9d4108
parentd10e4d1e50f3541e7558f2c3c7196f5a74aeab04 (diff)
parentcad8874724f57edb186626746f560919961f343c (diff)
downloadmonzero-gui-cc7d7da346edecad1cd55e807f0923f5cdf943f3.tar.gz
monzero-gui-cc7d7da346edecad1cd55e807f0923f5cdf943f3.tar.xz
monzero-gui-cc7d7da346edecad1cd55e807f0923f5cdf943f3.zip
Merge pull request #4153
cad8874 README: add mingw-w64-x86_64-pcre for msys2 instructions (selsta)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc6d627a..84c4db0c 100644
--- a/README.md
+++ b/README.md
@@ -310,7 +310,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
+ 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
```
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.