diff options
| author | selsta <selsta@sent.at> | 2022-12-03 23:22:29 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2022-12-03 23:22:29 +0100 |
| commit | 4cc6bcbd7d21dc12ffeed0efdf3fff86c4cccc03 (patch) | |
| tree | 4465ae95c75304a1efe0410f22a12575ff00a216 /README.md | |
| parent | 48393db2c75bd306e7d7f5cd2c226880a5eb0386 (diff) | |
| download | monzero-gui-4cc6bcbd7d21dc12ffeed0efdf3fff86c4cccc03.tar.gz monzero-gui-4cc6bcbd7d21dc12ffeed0efdf3fff86c4cccc03.tar.xz monzero-gui-4cc6bcbd7d21dc12ffeed0efdf3fff86c4cccc03.zip | |
README: add unbound for Windows
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
