mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Install package openjfx instead of libopenjfx-java
On Ubuntu 17.10, installing `libopenjfx-java` was not sufficient producing a build error because could not find `openjfx`. Build succeeded after install of package `openjfx`. Package `openjfx` depends on `libopenjfx-java` (and `openjdk-8-jre`)
This commit is contained in:
parent
8ee7d9f1cf
commit
b35fede2e4
@ -11,9 +11,12 @@ System requirements
|
|||||||
-------------
|
-------------
|
||||||
|
|
||||||
The prerequisite for building bisq is installing the Java Development Kit (JDK), version 8u131 or better (as well as maven and git).
|
The prerequisite for building bisq is installing the Java Development Kit (JDK), version 8u131 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
|
$ sudo apt-get install openjdk-8-jdk maven git
|
||||||
|
|
||||||
|
In Debian/Ubuntu 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 openjfx
|
||||||
|
|
||||||
### 1. Check the version of Java you currently have installed
|
### 1. Check the version of Java you currently have installed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user