mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-10 05:30:30 -05:00
Support for open JDK 20 by updating dependencies
This commit is contained in:
parent
6c7f9a288d
commit
5923a34ef9
257 changed files with 1487 additions and 1883 deletions
|
|
@ -6,12 +6,12 @@ These are the steps needed to build Haveno and test it on our test network or lo
|
|||
|
||||
On Ubuntu:
|
||||
|
||||
1. `sudo apt install make wget git openjdk-11-jdk`.
|
||||
2. If `echo $JAVA_HOME` does not print the path to JDK 11, then `export JAVA_HOME=/path/to/jdk` (e.g. `export JAVA_HOME=/usr/lib/jvm/java-11-openjdk`).
|
||||
1. `sudo apt install make wget git openjdk-17-jdk`.
|
||||
2. If `echo $JAVA_HOME` does not print the path to JDK 17, then `export JAVA_HOME=/path/to/jdk` (e.g. `export JAVA_HOME=/usr/lib/jvm/java-17-openjdk`).
|
||||
|
||||
On Windows:
|
||||
|
||||
1. Download [Java JDK 11](https://adoptium.net/temurin/archive/?version=11). During installation, enable the option to set the $JAVA_HOME environment variable.
|
||||
1. Download [Java JDK 17](https://adoptium.net/temurin/archive/?version=17). During installation, enable the option to set the $JAVA_HOME environment variable.
|
||||
2. Install [MSYS2](https://www.msys2.org/).
|
||||
3. Start MSYS2 MINGW64 or MSYS MINGW32 depending on your system. Use MSYS2 for all commands throughout this document.
|
||||
4. Update pacman: `pacman -Syy`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue