update install instructions for MSYS2

This commit is contained in:
woodser 2025-02-27 09:18:07 -05:00
parent 964c71ed1b
commit 28d2bc891f

@ -19,9 +19,9 @@ On Windows, first install MSYS2:
4. Update pacman: `pacman -Syy`
5. Install dependencies. During installation, use default=all by leaving the input blank and pressing enter.
64-bit: `pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake git`
64-bit: `pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake git zip unzip`
32-bit: `pacman -S mingw-w64-i686-toolchain make mingw-w64-i686-cmake git`
32-bit: `pacman -S mingw-w64-i686-toolchain make mingw-w64-i686-cmake git zip unzip`
On all platforms, install Java JDK 21:
@ -30,6 +30,8 @@ curl -s "https://get.sdkman.io" | bash
sdk install java 21.0.2.fx-librca
```
Restart the terminal for the changes to take effect.
## Build Haveno
If it's the first time you are building Haveno, run the following commands to download the repository, the needed dependencies, and build the latest release. If using a third party network, replace the repository URL with theirs: