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:
O. Libre 2017-11-04 17:42:27 +01:00
parent 8ee7d9f1cf
commit b35fede2e4

View File

@ -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).
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