From 15643f01cc46b1c8c32ff8d798b71a74b7e69c6f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 11 Apr 2019 12:21:08 -0400 Subject: [PATCH] LP1817932 Hatch linux install doc updates for jdk11 Signed-off-by: Bill Erickson --- INSTALL.adoc | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/INSTALL.adoc b/INSTALL.adoc index 692801b74e..ec2cc51c98 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -39,22 +39,28 @@ anchor:linux[] == Linux == -=== Install Java === +=== Download Hatch Sources [source,sh] -------------------------------------------------------------------------- -# Debian/Ubuntu version -$ sudo apt-get install openjdk-8-jdk openjfx -------------------------------------------------------------------------- +----------------------------------------------------------------------------- +git clone git://git.evergreen-ils.org/Hatch.git +cd Hatch +----------------------------------------------------------------------------- -=== Install Hatch === +=== Download Java Dependencies + +[source,sh] +----------------------------------------------------------------------------- +./fetch-deps.sh linux +----------------------------------------------------------------------------- + +=== Compile Hatch === [source,sh] ------------------------------------------------------------------------- $ ./hatch.sh compile ------------------------------------------------------------------------- - === Configure Native Messaging === Edit extension/host/org.evergreen_ils.hatch.(chrome|firefox).json and change the "path" -- 2.11.0