This is an automated email from the ASF dual-hosted git repository.

jnioche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c0e33ca Fixes #1301 (#1383)
1c0e33ca is described below

commit 1c0e33ca1a082aa1f260694c66928c007c04d2ad
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Oct 30 09:14:52 2024 +0100

    Fixes #1301 (#1383)
---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index 102cfd33..1cf2345c 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)

Reply via email to