Skip to content

Commit

Permalink
update install instructions for MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Feb 27, 2025
1 parent 964c71e commit 28d2bc8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand Down

0 comments on commit 28d2bc8

Please sign in to comment.