mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-09 17:59:07 -04:00
update install instructions for MSYS2
This commit is contained in:
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user