From bab1cfc7ea8529a83983b1eda627a91c6fd4255c Mon Sep 17 00:00:00 2001 From: Michael Christen Date: Fri, 20 Oct 2023 16:09:47 +0200 Subject: added required build tools installation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 021aa071d..46f32b8c5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,14 @@ To get a ready-to-run production package, run YaCy from Docker. ### Compile and run YaCy from git sources -You need Java 11 or later to run YaCy, nothing else. The following works with linux and with MacOS: +You need Java 11 or later to run YaCy and ant to build YaCy. +This would install the requirements on debian: + +``` +sudo apt-get install openjdk-11-jdk-headless ant +``` + +Then clone the repository and build the application: ``` git clone --depth 1 https://github.com/yacy/yacy_search_server.git -- cgit v1.2.3