...
You will also need to install QT 5.2 in order to build WebKit (because WebKit uses Qmake). With Ubuntu 16, this will satisfy the requirements:
sudo apt-get install cmake ruby
Ubuntu 14.10
currently not recommended for building ARM because of packaging conflicts with libgl1-mesa-dev and the compatibility libraries needed for ARM.
...
At a minimum, you will need to have gradle , java and javac in your path.
For JFX 8
- set JAVA_HOME and JDK_HOME to point to the top of the JDK 8 installation (that has jfxrt.jar removed).
...
- set JAVA_HOME and JDK_HOME to point to the top of the JDK 9 build 109 installation (that has jfxrt.jar removed).
- set JIGSAW_HOME to point to the top of the JDK 9 jigsaw installation.
Note: on windows, these paths MUST be in dos format, though you can use the 'right' slashes ('/'). Test your settings with:
"$JAVA_HOME/bin/java" -version
"$JIGSAW_HOME/bin/java" -version
gradle -version
Getting the Sources
All OpenJFX sources are held in mercurial repositories. As mentioned in Repositories and Releases, we have several different repositories for you to choose from.
...