From 1c0e33ca1a082aa1f260694c66928c007c04d2ad Mon Sep 17 00:00:00 2001 From: Richard Zowalla <13417392+rzo1@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:14:52 +0100 Subject: [PATCH] Fixes #1301 (#1383) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 102cfd33d..1cf2345c0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,22 @@ You can enable pre-commit format hooks by running: mvn clean install -Dskip.format.code=false ``` +### Building from source + +The requirements for building from source are as follows + +- JDK 11+ +- Apache Maven 3 +- Docker (if you want to run tests) + +The build itself is straightforward: + +``` +mvn clean install +``` + +Note: We use some **binary files** for testing advanced crawler functionality. These files are located exclusively in the `src/test` directories of the respective modules. + ## Thanks ![alt tag](https://www.yourkit.com/images/yklogo.png)