File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 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.
2
5
3
- These are the steps needed to build Haveno and test it on our test network or locally.
6
+ # Set up environment
4
7
8
+ These are the steps needed to build Haveno. You can build the offical repository to test it on our test network or locally.
5
9
## Install dependencies
6
10
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:
16
12
1 . Install [ MSYS2] ( https://www.msys2.org/ ) .
17
13
2 . Start MSYS2 MINGW64 or MSYS MINGW32 depending on your system. Use MSYS2 for all commands throughout this document.
18
14
4 . Update pacman: ` pacman -Syy `
@@ -21,8 +17,13 @@ On Windows, install MSYS2 and Java JDK 21:
21
17
64-bit: ` pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake git `
22
18
23
19
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
+ ```
26
27
27
28
## Build Haveno
28
29
You can’t perform that action at this time.
0 commit comments