mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Add install instruction for java on linux
This commit is contained in:
parent
05bb832487
commit
8b25b59f39
@ -13,6 +13,8 @@ System requirements
|
||||
The prerequisite for building Bitsquare is installing the Java Development Kit (JDK), version 8u112 or better (as well as maven and git).
|
||||
In Debian/Ubuntu systems with OpenJDK you'll need OpenJFX as well, i.e. you'll need the `openjfx` package besides the `openjdk-8-jdk` package.
|
||||
|
||||
$ sudo apt-get install openjdk-8-jdk maven libopenjfx-java
|
||||
|
||||
### 1. Check the version of Java you currently have installed
|
||||
|
||||
$ java -version
|
||||
|
Loading…
Reference in New Issue
Block a user