From f35a97c33c110c12cdc5fbd4a601e6a97d618bf3 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Wed, 16 Apr 2025 19:05:37 +0200 Subject: [PATCH] add deps to readme --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 08f5920..e7e49eb 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,38 @@ ![group chat](res/tomato_screenshot_group_bot_text_23-02-2024.png) +## Dependencies + +### Required system packages: +- libsodium +- freetype (optional) +- if `TOMATO_TOX_AV=ON` + - libopus + - libvpx + +### Optional system packages (fetched otherwise): +- zstd +- with `TOMATO_DEP_XXX_USE_SYSTEM=ON` + - sdl3 + - sdl3_image + - libwebp + - plutosvg + +### submodule/subtree/fetched: +- toxcore +- solanaceae_* +- qoi +- entt +- nlohmann json +- imgui +- implot +- stb (for image, will be removed) (might keep for image resize) +- breakpad (if enabled) + + +### Components required during build on the host system: +- c/c++ compiler +- cmake +- make/ninja +- pkg-config (pkgconf on windows) +