tomato-testing/README.md
2025-04-16 19:05:37 +02:00

44 lines
774 B
Markdown

# Tomato
![tomato](res/icon/tomato_v1_256.png)
## Highly experimental solanaceae client with Tox built-in
![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)