Skip to content

Commit b166538

Browse files
committed
add installation note for mainnet network
1 parent d3ee734 commit b166538

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

docs/installing.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
# Set up environment
1+
> [!note]
2+
> Trying to install Haveno for mainnet?
3+
>
4+
> Find a third party network and use their installer or build their repository. We do not operate or officially endorse any mainnet network.
25
3-
These are the steps needed to build Haveno and test it on our test network or locally.
6+
# Set up environment
47

8+
These are the steps needed to build Haveno. You can build the offical repository to test it on our test network or locally.
59
## Install dependencies
610

7-
On Linux and macOS, install Java JDK 21:
8-
9-
```
10-
curl -s "https://get.sdkman.io" | bash
11-
sdk install java 21.0.2.fx-librca
12-
```
13-
14-
On Windows, install MSYS2 and Java JDK 21:
15-
11+
On Windows, first install MSYS2:
1612
1. Install [MSYS2](https://www.msys2.org/).
1713
2. Start MSYS2 MINGW64 or MSYS MINGW32 depending on your system. Use MSYS2 for all commands throughout this document.
1814
4. Update pacman: `pacman -Syy`
@@ -21,8 +17,13 @@ On Windows, install MSYS2 and Java JDK 21:
2117
64-bit: `pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake git`
2218

2319
32-bit: `pacman -S mingw-w64-i686-toolchain make mingw-w64-i686-cmake git`
24-
6. `curl -s "https://get.sdkman.io" | bash`
25-
7. `sdk install java 21.0.2.fx-librca`
20+
21+
Install Java JDK 21:
22+
23+
```
24+
curl -s "https://get.sdkman.io" | bash
25+
sdk install java 21.0.2.fx-librca
26+
```
2627

2728
## Build Haveno
2829

0 commit comments

Comments
 (0)