From: Bill Erickson Date: Thu, 10 Nov 2016 17:09:19 +0000 (-0500) Subject: Native Messaging WIP -- install docs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=59ad3b48aaea4ae5c82650f4646a4942c2f9ae70;p=working%2FHatch.git Native Messaging WIP -- install docs Signed-off-by: Bill Erickson --- diff --git a/README.linux b/README.linux index 531a5427b8..780f856b47 100644 --- a/README.linux +++ b/README.linux @@ -1,6 +1,4 @@ -Hatch - Java Print / Storage / Etc Service - -** ROUGH SETUP NOTES ** +Hatch Developer Install Notes 1. Download JDK 8 from Oracle @@ -18,20 +16,18 @@ Hatch - Java Print / Storage / Etc Service 2. Get the org.json library - $ mkdir lib + $ mkdir -p lib $ cd lib $ wget -O json-20160810.jar \ 'https://search.maven.org/remotecontent?filepath=org/json/json/20160810/json-20160810.jar' + $ cd ../ -3. Compile and run. +3. Compile, test, run. -# compile -$ ./run.sh complie +$ ./run.sh compile -# test $ ./run.sh test -# run $ ./run.sh run