From 0c39bec4885a11d106ee230942daf77145f37441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81lvarez?= Date: Sun, 7 Jun 2026 13:24:24 +0200 Subject: [PATCH] docs: add requirements section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d47f213..306c1cf 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ Mojo is a high-performance, multithreaded web crawler tailored for creating high-quality datasets for Large Language Models (LLMs) and AI training. Written in modern C++20 with coroutines, it rapidly fetches entire websites and converts them into clean, structured Markdown, making it the ideal tool for building knowledge bases and RAG (Retrieval-Augmented Generation) pipelines. +## Requirements + +- C++20 compatible compiler (GCC 11+, Clang 14+, MSVC 2022+) +- CMake 3.20+ +- Boost 1.81+ (Beast, Asio, URL) + ## Installation You can download the latest pre-compiled binaries from the [Releases](https://github.com/malvads/mojo/releases) page.