- Loading...
...
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 rubycurrently 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
...
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 -versionAll OpenJFX sources are held in mercurial repositories. As mentioned in Repositories and Releases, we have several different repositories for you to choose from.
...