From: Chris Sharp Date: Thu, 14 Dec 2017 17:05:43 +0000 (-0500) Subject: LP#1738238 - Support Fedora 27+ in installation docs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fcsharp%2Flp1738238_hatch_on_fedora;p=working%2FHatch.git LP#1738238 - Support Fedora 27+ in installation docs Now that Fedora has javafx available, let's include installation instructions for hatch dependencies. Signed-off-by: Chris Sharp --- diff --git a/INSTALL.adoc b/INSTALL.adoc index 8730963286..5d49bba1de 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -18,6 +18,8 @@ http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.h ------------------------------------------------------------------------- # Debian/Ubuntu version $ sudo apt-get install openjdk-8-jdk openjfx +# Fedora 27+ version +$ sudo dnf install java-1.8.0-openjdk java-1.8.0-openjdk-devel java-1.8.0-openjdk-openjfx ------------------------------------------------------------------------- == Install Hatch ==