From 75cd62b7c2fa760238ce559bd9598a6c6852693b Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Thu, 11 May 2023 20:35:09 +0100 Subject: [PATCH 1/2] Update LocalRunGuide.md --- LocalRunGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalRunGuide.md b/LocalRunGuide.md index a83847db..73f933a1 100644 --- a/LocalRunGuide.md +++ b/LocalRunGuide.md @@ -14,7 +14,7 @@ Install the following software, if not already installed: - Java 17 or later -- Gradle 7.0 or later +- Gradle 7.0 or later (included within repo so not needed on server) - Git From 60ee55b60232627f4b246941719c84e3857296c3 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Thu, 11 May 2023 21:07:08 +0100 Subject: [PATCH 2/2] Update LocalRunGuide.md --- LocalRunGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalRunGuide.md b/LocalRunGuide.md index 73f933a1..a1fd49e6 100644 --- a/LocalRunGuide.md +++ b/LocalRunGuide.md @@ -40,7 +40,7 @@ For Debian-based systems, you can use the following command: ```bash sudo apt-get update -sudo apt-get install -y git automake autoconf libtool libleptonica-dev pkg-config zlib1g-dev make g++ java-17-openjdk gradle python3 python3-pip +sudo apt-get install -y git automake autoconf libtool libleptonica-dev pkg-config zlib1g-dev make g++ java-17-openjdk python3 python3-pip ``` ### Step 2: Clone and Build jbig2enc (Only required for certain OCR functionality)