Skip to content

Commit

Permalink
added required build tools installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter authored Oct 20, 2023
1 parent 03bf259 commit bab1cfc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bab1cfc

Please sign in to comment.